Update create-pack.yml

This commit is contained in:
Robert
2022-08-14 00:06:01 +02:00
parent f301ccf98c
commit 4db0e1a940

View File

@@ -22,6 +22,7 @@ jobs:
PORT: ${{ secrets.PORT }} PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }} KEY: ${{ secrets.SSH }}
script: | script: |
[ ! -d "./packs/Faithful-Java-32x/${{ steps.branch-name.outputs.current_branch }}" ] && exit 1
cd "./packs/Faithful-Java-32x/${{ steps.branch-name.outputs.current_branch }}" cd "./packs/Faithful-Java-32x/${{ steps.branch-name.outputs.current_branch }}"
git pull git pull
zip -r "Faithful 32x - ${{ steps.branch-name.outputs.current_branch }} Experimental.zip" . -x "*.git*" -x "*.github*" -x ".gitignore" zip -r "Faithful 32x - ${{ steps.branch-name.outputs.current_branch }} Experimental.zip" . -x "*.git*" -x "*.github*" -x ".gitignore"