Skip to content

Commit

Permalink
updating release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Dec 11, 2023
1 parent 0ec9ddc commit 5dc9a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "building the project"
python3 -m pygbag --build $GITHUB_WORKSPACE/main.py
echo "DONE"
zip -r web_release.zip build/web
zip -r web_release.zip build/web/*.*
- name: Generate release tag
id: generate_release_tag
Expand Down

0 comments on commit 5dc9a82

Please sign in to comment.