We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d794cc1 commit 413e695Copy full SHA for 413e695
.github/workflows/pack.yml
@@ -9,5 +9,5 @@ jobs:
9
- name: Upload artifact
10
uses: actions/upload-artifact@v3
11
with:
12
- name: babric b1.7.3.zip
13
- path: ./babric b1.7.3.zip
+ name: babric-b1.7.3.zip
+ path: ./babric-b1.7.3.zip
pack.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
rm -f *.zip
3
set -o noglob
4
-zip -r "babric b1.7.3.zip" . -x $(cat .packignore)
+zip -r "babric-b1.7.3.zip" . -x $(cat .packignore)
0 commit comments