mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-27 21:34:42 -04:00
Update create-pack.yml
This commit is contained in:
3
.github/workflows/create-pack.yml
vendored
3
.github/workflows/create-pack.yml
vendored
@@ -22,8 +22,7 @@ jobs:
|
|||||||
PORT: ${{ secrets.PORT }}
|
PORT: ${{ secrets.PORT }}
|
||||||
KEY: ${{ secrets.SSH }}
|
KEY: ${{ secrets.SSH }}
|
||||||
script: |
|
script: |
|
||||||
cd "./packs/Faithful-Java-32x"
|
cd "./packs/Faithful-Java-32x/${{ steps.branch-name.outputs.current_branch }}"
|
||||||
git checkout ${{ 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"
|
||||||
mv "Faithful 32x - ${{ steps.branch-name.outputs.current_branch }} Experimental.zip" "/var/www/html/database.faithfulpack.net/packs/32x-Java/Experimental"
|
mv "Faithful 32x - ${{ steps.branch-name.outputs.current_branch }} Experimental.zip" "/var/www/html/database.faithfulpack.net/packs/32x-Java/Experimental"
|
||||||
Reference in New Issue
Block a user