it worked,, and now needing to push this across 5 repos and 12-15 branches each

This commit is contained in:
Robert
2022-08-13 23:58:21 +02:00
parent f3df7c4584
commit fd74ee320e

View File

@@ -22,7 +22,7 @@ jobs:
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
[ -d "./packs/Faithful-Java-32x/${{ steps.branch-name.outputs.current_branch }}" ] && exit 1
[ ! -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"