Update build_story_editor_windows.yml

This commit is contained in:
Anthony Rabine 2023-08-12 14:24:54 +02:00 committed by GitHub
parent d3560a6d09
commit 3676b5e4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ jobs:
- name: package
working-directory: ./story-editor
run : |
ls
Compress-Archive build/story-editor StoryEditor-Windows.zip
makensis.exe /V3 nsis-installer.nsi
- name: upload_zip_artefact
@ -60,4 +61,10 @@ jobs:
with:
name: StoryEditorWindows-Setup
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