mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-10-01 21:58:40 +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
|
- name: Build
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
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
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: './build/Release/Alber.exe'
|
path: upload
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue