Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 10, 2025
1 parent 1686526 commit 33527b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
@@ -24,9 +24,9 @@ jobs:
export-templates: true
- run: godot --headless --export-release "Windows Desktop" lunabase/Lunabase.exe
working-directory: godot/lunabase
- run: 7z a -tzip lunabase.zip ./godot/lunabase/lunabase
- run: 7z a -tzip lunabase_windows.zip ./godot/lunabase/lunabase
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
with:
files: |
godot/lunabase/lunabase.zip
./lunabase_windows.zip

0 comments on commit 33527b3

Please sign in to comment.