Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 16, 2025
1 parent 9ce5bee commit a4beef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: godot --headless --export-release "Windows Desktop" lunabase/Lunabase.exe
working-directory: godot/lunabase
- name: Archive Lunabase Windows
run: 7z a -tzip lunabase_windows.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:
Expand Down

0 comments on commit a4beef8

Please sign in to comment.