aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-20 19:15:05 +0000
committerSaturneric <[email protected]>2021-07-20 19:15:05 +0000
commit20915b7c415650db4441ac9053463bb892f57cac (patch)
tree6f2a9f87400b3cda80b1bcb65799e6474c7a3965
parentUpdate Workflow (diff)
downloadGpgFrontend-20915b7c415650db4441ac9053463bb892f57cac.tar.gz
GpgFrontend-20915b7c415650db4441ac9053463bb892f57cac.zip
Update Workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index ee847c8a..c8154834 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -145,7 +145,7 @@ jobs:
- name: Build & Sign App Bundle (macOS)
run: |
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
+ codesign --force --options=runtime -s "Developer ID Application: Yu Hu (4279AWUL3X)" ${{github.workspace}}/build/release/GpgFrontend.app -v
mkdir ${{github.workspace}}/build/tmp/
if: matrix.os == 'macos-latest'