Update build_story_editor_windows.yml

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

View file

@ -45,14 +45,17 @@ jobs:
copy C:\Windows\System32\msvcp140.dll story-editor\ copy C:\Windows\System32\msvcp140.dll story-editor\
copy C:\Windows\System32\vcruntime140.dll story-editor\ copy C:\Windows\System32\vcruntime140.dll story-editor\
${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/msvc2019_64/bin/windeployqt.exe story-editor\story-editor.exe ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/msvc2019_64/bin/windeployqt.exe story-editor\story-editor.exe
Compress-Archive story-editor StoryEditor-Windows.zip - name: package
working-directory: ./story-editor
run : |
Compress-Archive story-editor/build/story-editor StoryEditor-Windows.zip
makensis.exe /V3 nsis-installer.nsi makensis.exe /V3 nsis-installer.nsi
- name: upload_artefact - name: upload_zip_artefact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: StoryEditorWindows-Zip name: StoryEditorWindows-Zip
path: ./story-editor/build/StoryEditor-Windows.zip path: ./story-editor/build/StoryEditor-Windows.zip
- name: upload_artefact - name: upload_stup_artefact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: StoryEditorWindows-Setup name: StoryEditorWindows-Setup