We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e55a6 commit 4a6b9afCopy full SHA for 4a6b9af
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
zip -r $RELEASE_NAME manifest.json release/* ".github"
25
- name: debug
26
run: |
27
- ls
+ ls -lh
28
- name: Create a release and upload built artefacts
29
uses: actions/github-script@v6
30
with:
0 commit comments