aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-25 22:37:43 +0000
committerSaturneric <[email protected]>2021-06-25 22:37:43 +0000
commit5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6 (patch)
treed5912ddddefc1b6614f831dcfe7f829a96bacbf3
parentUpdate release.yml (diff)
downloadGpgFrontend-5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6.tar.gz
GpgFrontend-5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6.zip
Update release.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3553cbe6..553bd6d3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
# Build your program with the given configuration
run: |
cmake --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -j 3
- macdeployqt release/GpgFrontend.app
+ macdeployqt ${{github.workspace}}/build/release/GpgFrontend.app
if: matrix.os == 'macos-latest'