Skip to content

Commit

Permalink
Use dash instead space
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Apr 16, 2023
1 parent d794cc1 commit 413e695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: babric b1.7.3.zip
path: ./babric b1.7.3.zip
name: babric-b1.7.3.zip
path: ./babric-b1.7.3.zip
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
rm -f *.zip
set -o noglob
zip -r "babric b1.7.3.zip" . -x $(cat .packignore)
zip -r "babric-b1.7.3.zip" . -x $(cat .packignore)

0 comments on commit 413e695

Please sign in to comment.