aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-27 17:15:46 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit232a299612856764df9065a857758e95641def8e (patch)
treeb5b11c55a7fd1a8893877e7f5dd067a0570845a7
parente4152f577b784eea30f76d20979279ae62476806 (diff)
Remove listing directory
-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 94993bd4..67976013 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
- name: Deploy
working-directory: ${{github.workspace}}/build/Release
shell: bash
- run: windeployqt . && ls build
+ run: windeployqt .
- name: Upload Artifact
uses: actions/upload-artifact@v2