diff options
author | Saturneric <[email protected]> | 2021-06-25 22:54:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-25 22:54:05 +0000 |
commit | 60b43ac6dd1a0fa7614ea1120cd4a07964122888 (patch) | |
tree | f521b1130cae5fb4aaafd6261dd45eae3ecf604d | |
parent | Merge branch 'develop' of ssh://tunnel.bktus.com:30412/Saturneric/GPGFrontend... (diff) | |
parent | Update release.yml (diff) | |
download | GpgFrontend-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.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' |