diff options
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45b020a9..b9ad3474 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
