Fix path
This commit is contained in:
parent
196982ffe5
commit
e4152f577b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -69,9 +69,9 @@ jobs:
|
||||
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
|
||||
|
||||
- name: Deploy
|
||||
working-directory: ${{github.workspace}}/build
|
||||
working-directory: ${{github.workspace}}/build/Release
|
||||
shell: bash
|
||||
run: windeployqt Attorney_Online.exe && ls build
|
||||
run: windeployqt . && ls build
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user