diff options
author | Saturneric <[email protected]> | 2021-07-20 18:50:00 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-20 18:58:36 +0000 |
commit | 9978f241f5cedf6fcf0902b79f2105d94b6d9988 (patch) | |
tree | 932328202d59b6b60dc56f6ce6c97b2118624cd5 | |
parent | Update Workflow (diff) | |
download | GpgFrontend-9978f241f5cedf6fcf0902b79f2105d94b6d9988.tar.gz GpgFrontend-9978f241f5cedf6fcf0902b79f2105d94b6d9988.zip |
Update Workflow
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 4996b8e4..b6388866 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -147,11 +147,6 @@ jobs: macdeployqt ${{github.workspace}}/build/release/GpgFrontend.app codesign -s "Developer ID Application: Yu Hu (4279AWUL3X)" ${{github.workspace}}/build/release/GpgFrontend.app --deep -v --options=runtime mkdir ${{github.workspace}}/build/tmp/ - 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 - codesign -s "Developer ID Application: Yu Hu (4279AWUL3X)" ${{github.workspace}}/build/artifactOut/GpgFrontend.dmg - mv ${{github.workspace}}/build/artifactOut/GpgFrontend.dmg ${{github.workspace}}/build/artifactOut/GpgFrontend-${{steps.vars.outputs.sha_short}}-x86_64.dmg if: matrix.os == 'macos-latest' - name: Package & Sign App Bundle (macOS) |