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 e998a25 commit 1686526
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
export-templates: true
- run: godot --headless --export-release "Windows Desktop" lunabase/Lunabase.exe
working-directory: godot/lunabase
- uses: edgarrc/action-7z@v1
with:
args: 7z a -tzip lunabase.zip ./godot/lunabase/lunabase
- run: 7z a -tzip lunabase.zip ./godot/lunabase/lunabase
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1686526

Please sign in to comment.