aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-25 22:54:05 +0000
committerSaturneric <[email protected]>2021-06-25 22:54:05 +0000
commit60b43ac6dd1a0fa7614ea1120cd4a07964122888 (patch)
treef521b1130cae5fb4aaafd6261dd45eae3ecf604d
parentMerge branch 'develop' of ssh://tunnel.bktus.com:30412/Saturneric/GPGFrontend... (diff)
parentUpdate release.yml (diff)
downloadGpgFrontend-60b43ac6dd1a0fa7614ea1120cd4a07964122888.tar.gz
GpgFrontend-60b43ac6dd1a0fa7614ea1120cd4a07964122888.zip
Merge branch 'develop' of https://github.com/saturneric/gpgfrontend into develop-patch
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'