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
d3560a6d09
commit
3676b5e4d9
1 changed files with 8 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ jobs:
|
||||||
- name: package
|
- name: package
|
||||||
working-directory: ./story-editor
|
working-directory: ./story-editor
|
||||||
run : |
|
run : |
|
||||||
|
ls
|
||||||
Compress-Archive 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
|
||||||
|
|
@ -60,4 +61,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: StoryEditorWindows-Setup
|
name: StoryEditorWindows-Setup
|
||||||
path: ./story-editor/build/story-editor-setup.exe
|
path: ./story-editor/build/story-editor-setup.exe
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
./story-editor/build/story-editor-setup.exe
|
||||||
|
./story-editor/build/StoryEditor-Windows.zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue