diff options
author | Saturneric <[email protected]> | 2021-06-25 22:37:43 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-25 22:37:43 +0000 |
commit | 5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6 (patch) | |
tree | d5912ddddefc1b6614f831dcfe7f829a96bacbf3 | |
parent | Update release.yml (diff) | |
download | GpgFrontend-5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6.tar.gz GpgFrontend-5c0abc6ef2de18f789413e5e9e103d7e3b0ac7a6.zip |
Update release.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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' |