Skip to content

Commit

Permalink
update: sync .zip file with .mcpack file
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaaagon authored Jul 4, 2024
1 parent 19c3bd6 commit 3afab2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
- name: Create MC Pack file
run: |
echo "📚 Creating MC Pack file (excluding specific files and other ZIP files)"
zip -r mc_pack.zip . -x "node_modules/*" ".git/*" "src/*" ".github/*" "tsconfig.json" "README.md" "package.json" "package-lock.json" ".gitignore" "*.zip"
echo "📚 Packaging to .mcpack from MC Pack File"
cp mc_pack.zip CCBG_${{ github.event.release.tag_name }}.mcpack
cp CCBG_${{ github.event.release.tag_name }}.zip CCBG_${{ github.event.release.tag_name }}.mcpack
echo "✨ Done!"
Expand Down

0 comments on commit 3afab2d

Please sign in to comment.