We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cb3da commit 18f0b31Copy full SHA for 18f0b31
.github/workflows/create-pack.yml
@@ -18,5 +18,5 @@ jobs:
18
script: |
19
cd "./packs/Classic-Faithful-32x-Jappa-Bedrock"
20
git pull
21
- zip -r "Classic Faithful 32x Jappa - 1.19.mcpack" . -x "*.git*" -x "*.github*" -x ".gitignore" -x "README.md"
22
- mv "Classic Faithful 32x Jappa - 1.19.mcpack" "/var/www/html/database.faithfulpack.net/packs/Classic-32x-Bedrock/Jappa"
+ zip -r "Classic Faithful 32x Jappa - Latest.mcpack" . -x "*.git*" -x "*.github*" -x ".gitignore" -x "README.md"
+ mv "Classic Faithful 32x Jappa - Latest.mcpack" "/var/www/html/database.faithfulpack.net/packs/Classic-32x-Bedrock/Jappa"
0 commit comments