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