aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-27 17:00:09 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit196982ffe5d26688c3f49ff4deca5e1dcbcb1f2a (patch)
tree234f71ba61ffa17702f78de745466582a3581b33 /.github
parent4e188747621db75a5cbcbfe9f8187b0dc4a2c74c (diff)
Add in extension
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b9ad3474..61091c78 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
- name: Deploy
working-directory: ${{github.workspace}}/build
shell: bash
- run: windeployqt Attorney_Online && ls build
+ run: windeployqt Attorney_Online.exe && ls build
- name: Upload Artifact
uses: actions/upload-artifact@v2