mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-15 18:39:47 +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
|
||||
run: |
|
||||
mkdir upload
|
||||
move build/Release/Alber.exe upload
|
||||
move build/Debug/Alber.exe upload
|
||||
windeployqt --dir upload upload/Alber.exe
|
||||
|
||||
- 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
|
||||
with:
|
||||
name: Windows executable
|
||||
path: './build/Release/Alber.exe'
|
||||
path: './build/Debug/Alber.exe'
|
||||
|
|
Loading…
Add table
Reference in a new issue