From 33527b31b9e0f14898ccb226b158f2cc4b2b90b3 Mon Sep 17 00:00:00 2001 From: "Najman (Lunaserver)" Date: Fri, 10 Jan 2025 10:54:51 -0700 Subject: [PATCH] update workflow --- .github/workflows/build_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 9504af00..368dc7ff 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -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