diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 17:04:34 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | e4152f577b784eea30f76d20979279ae62476806 (patch) | |
| tree | e172e8290a9ce1623de507d0aff76a7e3be3b790 /.github | |
| parent | 196982ffe5d26688c3f49ff4deca5e1dcbcb1f2a (diff) | |
Fix path
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61091c78..94993bd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,9 +69,9 @@ jobs: run: cmake --build . --config $BUILD_TYPE --target Attorney_Online - name: Deploy - working-directory: ${{github.workspace}}/build + working-directory: ${{github.workspace}}/build/Release shell: bash - run: windeployqt Attorney_Online.exe && ls build + run: windeployqt . && ls build - name: Upload Artifact uses: actions/upload-artifact@v2 |
