Attempt to deploy
This commit is contained in:
parent
353ed07464
commit
4e18874762
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -68,6 +68,11 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
|
||||
|
||||
- name: Deploy
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: windeployqt Attorney_Online && ls build
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user