Update create-pack.yml

This commit is contained in:
Robert
2022-08-14 00:06:01 +02:00
parent ff3227e7d4
commit 9fa370cce0

View File

@@ -22,6 +22,7 @@ jobs:
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
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 }}"
git pull
zip -r "Faithful 32x - ${{ steps.branch-name.outputs.current_branch }} Experimental.zip" . -x "*.git*" -x "*.github*" -x ".gitignore"