mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-10-01 13:48:38 +00:00
Add Windows Qt deploy step
This commit is contained in:
parent
ee9c508bc4
commit
d23a1a6a58
1 changed files with 7 additions and 1 deletions
8
.github/workflows/Qt_Build.yml
vendored
8
.github/workflows/Qt_Build.yml
vendored
|
@ -38,11 +38,17 @@ jobs:
|
|||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
mkdir upload
|
||||
move build/Release/Alber.exe upload
|
||||
windeployqt --dir upload upload/Alber.exe
|
||||
|
||||
- name: Upload executable
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows executable
|
||||
path: './build/Release/Alber.exe'
|
||||
path: upload
|
||||
|
||||
MacOS:
|
||||
runs-on: macos-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue