Skip to content

Commit

Permalink
Include a zip archive in releases
Browse files Browse the repository at this point in the history
The Godot Asset Library can only accept zip files, so this creates a zip file and includes it in releases.
  • Loading branch information
CoffeeCoder1 authored Dec 24, 2024
1 parent 3e5dc21 commit 33e4628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
mkdir dist
tar -czvf dist/godot-pure-data-universal.tar.gz -C package-contents .
zip -r dist/godot-pure-data-universal.zip package-contents
- name: create release
uses: softprops/action-gh-release@v2.0.8
with:
Expand Down

0 comments on commit 33e4628

Please sign in to comment.