Update build_story_editor_windows.yml

This commit is contained in:
Anthony Rabine 2023-08-11 17:43:57 +02:00 committed by GitHub
parent 9ac47c78b8
commit d3560a6d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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