Attempt to deploy

This commit is contained in:
Skye Deving 2021-01-27 16:56:09 -06:00
parent 353ed07464
commit 4e18874762

View File

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