We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc56f4 commit 8701af6Copy full SHA for 8701af6
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Create .zip source tarball
40
run: make dist-zip
41
42
+ - name: List files to verify tarball creation
43
+ run: ls -lah
44
+
45
- name: Upload .tar.gz release asset
46
uses: actions/upload-release-asset@v1
47
with:
0 commit comments