mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Fix CI artifact upload path
This commit is contained in:
parent
fe2b65ba2a
commit
41ab76e93b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/Qt_Build.yml
vendored
2
.github/workflows/Qt_Build.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
mkdir upload
|
mkdir upload
|
||||||
move build/Release/Alber.exe upload
|
move build/Debug/Alber.exe upload
|
||||||
windeployqt --dir upload upload/Alber.exe
|
windeployqt --dir upload upload/Alber.exe
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
|
|
2
.github/workflows/Windows_Build.yml
vendored
2
.github/workflows/Windows_Build.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: './build/Release/Alber.exe'
|
path: './build/Debug/Alber.exe'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue