Skip to content

Commit

Permalink
Removing the -j param to prevent the issue to zip the final build
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma authored and Andrés Muñoz committed Jan 27, 2024
1 parent b6cd4eb commit 69eb36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "=====> Building project"
npm run build_prod
echo "=====> Let's ZIP it!"
zip -j -r phaser_dude_loader_demo.zip build
zip -r phaser_dude_loader_demo.zip build
echo "=====> DONE!"
- name: Generate release tag
Expand Down

0 comments on commit 69eb36c

Please sign in to comment.