aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-20 19:25:53 +0000
committerSaturneric <[email protected]>2021-07-20 19:25:53 +0000
commit8d5e592d53719e762458a4cf9837f53e225ecd31 (patch)
treefb69cff42cbda56549d505e3593a0494f9d28b9e
parentUpdate Workflow (diff)
downloadGpgFrontend-8d5e592d53719e762458a4cf9837f53e225ecd31.tar.gz
GpgFrontend-8d5e592d53719e762458a4cf9837f53e225ecd31.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 c8154834..2823e056 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 --force --options=runtime -s "Developer ID Application: Yu Hu (4279AWUL3X)" ${{github.workspace}}/build/release/GpgFrontend.app -v
+ codesign --deep --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'