From af50c14e58d79b80d303ee90c930d924f207d43c Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 12 Aug 2023 15:12:33 +0200 Subject: [PATCH] Update build_story_editor_windows.yml --- .github/workflows/build_story_editor_windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_story_editor_windows.yml b/.github/workflows/build_story_editor_windows.yml index d404eac..e5e0227 100644 --- a/.github/workflows/build_story_editor_windows.yml +++ b/.github/workflows/build_story_editor_windows.yml @@ -48,8 +48,9 @@ jobs: - name: package working-directory: ./story-editor run : | - ls + ls build/story-editor Compress-Archive build/story-editor StoryEditor-Windows.zip + ls makensis.exe /V3 nsis-installer.nsi - name: upload_zip_artefact uses: actions/upload-artifact@v3