From 3676b5e4d994a9e4658119c36ef79dd069de7740 Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 12 Aug 2023 14:24:54 +0200 Subject: [PATCH] Update build_story_editor_windows.yml --- .github/workflows/build_story_editor_windows.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_story_editor_windows.yml b/.github/workflows/build_story_editor_windows.yml index 1f98ebc..d404eac 100644 --- a/.github/workflows/build_story_editor_windows.yml +++ b/.github/workflows/build_story_editor_windows.yml @@ -48,6 +48,7 @@ jobs: - name: package working-directory: ./story-editor run : | + ls Compress-Archive build/story-editor StoryEditor-Windows.zip makensis.exe /V3 nsis-installer.nsi - name: upload_zip_artefact @@ -60,4 +61,10 @@ jobs: with: name: StoryEditorWindows-Setup path: ./story-editor/build/story-editor-setup.exe - + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + ./story-editor/build/story-editor-setup.exe + ./story-editor/build/StoryEditor-Windows.zip