Skip to content

Commit 36d194d

Browse files
committed
Update create-pack.yml
1 parent 3897845 commit 36d194d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
cd "./packs/Faithful-Java-32x"
2626
git pull
2727
git checkout ${{ steps.branch-name.outputs.current_branch }}
28-
zip -r Faithful-Java-32x-${{ steps.branch-name.outputs.current_branch }}-Experimental.zip . -x "*.git*" -x ".gitignore"
28+
zip -r Faithful-Java-32x-${{ steps.branch-name.outputs.current_branch }}-Experimental.zip . -x "*.git*" -x "*.github*" -x ".gitignore"
2929
[ ! -d "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}" ] && mkdir "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}"
3030
mv Faithful-Java-32x-${{ steps.branch-name.outputs.current_branch }}-Experimental.zip "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}"

0 commit comments

Comments
 (0)