mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
Update create-pack.yml
This commit is contained in:
1
.github/workflows/create-pack.yml
vendored
1
.github/workflows/create-pack.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user