Fix CI artifact upload path

This commit is contained in:
wheremyfoodat 2024-04-19 20:27:12 +00:00 committed by GitHub
parent fe2b65ba2a
commit 41ab76e93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Windows executable
path: './build/Release/Alber.exe'
path: './build/Debug/Alber.exe'