Update build_story_editor_windows.yml

This commit is contained in:
Anthony Rabine 2023-08-12 15:15:02 +02:00 committed by GitHub
parent af50c14e58
commit e5ce4409fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,18 +45,15 @@ 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
- name: package - name: package_setup
working-directory: ./story-editor working-directory: ./story-editor
run : | run : |
ls build/story-editor
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
with: with:
name: StoryEditorWindows-Zip name: StoryEditorWindows-Zip
path: ./story-editor/build/StoryEditor-Windows.zip path: ./story-editor/build/story-editor
- name: upload_stup_artefact - name: upload_stup_artefact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: