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
3676b5e4d9
commit
af50c14e58
1 changed files with 2 additions and 1 deletions
|
|
@ -48,8 +48,9 @@ jobs:
|
||||||
- name: package
|
- name: package
|
||||||
working-directory: ./story-editor
|
working-directory: ./story-editor
|
||||||
run : |
|
run : |
|
||||||
ls
|
ls build/story-editor
|
||||||
Compress-Archive build/story-editor StoryEditor-Windows.zip
|
Compress-Archive build/story-editor StoryEditor-Windows.zip
|
||||||
|
ls
|
||||||
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