This commit is contained in:
Skye Deving 2021-01-27 17:04:34 -06:00
parent 196982ffe5
commit e4152f577b

View File

@ -69,9 +69,9 @@ jobs:
run: cmake --build . --config $BUILD_TYPE --target Attorney_Online run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
- name: Deploy - name: Deploy
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build/Release
shell: bash shell: bash
run: windeployqt Attorney_Online.exe && ls build run: windeployqt . && ls build
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2