From 4e188747621db75a5cbcbfe9f8187b0dc4a2c74c Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:56:09 -0600 Subject: [PATCH] Attempt to deploy --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45b020a..b9ad347 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: