From d3560a6d09f3e9fc668aada9aca6c7033f85504b Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Fri, 11 Aug 2023 17:43:57 +0200 Subject: [PATCH] Update build_story_editor_windows.yml --- .github/workflows/build_story_editor_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_story_editor_windows.yml b/.github/workflows/build_story_editor_windows.yml index 42d90c2..1f98ebc 100644 --- a/.github/workflows/build_story_editor_windows.yml +++ b/.github/workflows/build_story_editor_windows.yml @@ -48,7 +48,7 @@ jobs: - name: package working-directory: ./story-editor run : | - Compress-Archive story-editor/build/story-editor StoryEditor-Windows.zip + Compress-Archive build/story-editor StoryEditor-Windows.zip makensis.exe /V3 nsis-installer.nsi - name: upload_zip_artefact uses: actions/upload-artifact@v3