mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Update build_story_editor_windows.yml
This commit is contained in:
parent
9ac47c78b8
commit
d3560a6d09
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: package
|
- name: package
|
||||||
working-directory: ./story-editor
|
working-directory: ./story-editor
|
||||||
run : |
|
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
|
makensis.exe /V3 nsis-installer.nsi
|
||||||
- name: upload_zip_artefact
|
- name: upload_zip_artefact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue