Skip to content

Commit

Permalink
update: add another exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaaagon authored Jul 4, 2024
1 parent 3afab2d commit e1b6627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create ZIP file
run: |
echo "📚 Creating ZIP file (excluding node_modules and other ZIP files)"
zip -r CCBG_${{ github.event.release.tag_name }}.zip . -x "node_modules/*" ".git/*" "*.zip"
zip -r CCBG_${{ github.event.release.tag_name }}.zip . -x "node_modules/*" ".git/*" "src/*" ".github/*" "tsconfig.json" "README.md" "package.json" "package-lock.json" ".gitignore" "*.zip"
echo "✨ Done!"
Expand Down

0 comments on commit e1b6627

Please sign in to comment.