diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 7184701..580353a 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -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 diff --git a/pack.sh b/pack.sh index e9aa0fe..e58c295 100755 --- a/pack.sh +++ b/pack.sh @@ -1,4 +1,4 @@ #!/bin/sh rm -f *.zip set -o noglob -zip -r "babric b1.7.3.zip" . -x $(cat .packignore) \ No newline at end of file +zip -r "babric-b1.7.3.zip" . -x $(cat .packignore) \ No newline at end of file