diff options
author | Saturneric <[email protected]> | 2021-06-25 23:45:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-25 23:45:18 +0000 |
commit | 321b6f94b7a02cd5b4d08c287b01d107f6000737 (patch) | |
tree | 86f185cfba5978e33c472016ae60dddf2ffdc41c | |
parent | Update release.yml (diff) | |
download | GpgFrontend-321b6f94b7a02cd5b4d08c287b01d107f6000737.tar.gz GpgFrontend-321b6f94b7a02cd5b4d08c287b01d107f6000737.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 8050aa29..23ac1024 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: cmake --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -j 3 macdeployqt ${{github.workspace}}/build/release/GpgFrontend.app mkdir {{github.workspace}}/build/tmp - hdiutil create {{github.workspace}}/build/tmp.dmg -ov -volname "GpgFrontend" -fs HFS+ -srcfolder {{github.workspace}}/build/release/ + hdiutil create {{github.workspace}}/build/tmp/tmp.dmg -ov -volname "GpgFrontend" -fs HFS+ -srcfolder {{github.workspace}}/build/release/ mkdir {{github.workspace}}/build/artifactOut hdiutil convert {{github.workspace}}/build/tmp/tmp.dmg -format UDZO -o {{github.workspace}}/build/artifactOut/GpgFrontend.dmg if: matrix.os == 'macos-latest' |