aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 02:07:40 +0000
committersaturneric <[email protected]>2024-07-29 02:17:36 +0000
commitf5f515ba66982c768f56d4ce7a72d973ca2afbeb (patch)
tree5c5c7efb1349693f22d6293ecd37af1538a1eaf4
parentfeat: upgrade to v2.1.4 (diff)
downloadGpgFrontend-f5f515ba66982c768f56d4ce7a72d973ca2afbeb.tar.gz
GpgFrontend-f5f515ba66982c768f56d4ce7a72d973ca2afbeb.zip
fix: code sign modules separately on mac
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c9fe54e0..783f5b83 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -230,6 +230,7 @@ jobs:
- name: Copy Modules into Bundle & Deploy Qt & Code Sign (macOS)
run: |
+ codesign -s "${{secrets.GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}}" -f --deep --options=runtime --timestamp ${{github.workspace}}/modules/build/artifacts/modules/*
cmake -E copy_directory ${{github.workspace}}/modules/build/artifacts/modules ${{github.workspace}}/build/package/GpgFrontend.app/Contents/Modules
macdeployqt ${{github.workspace}}/build/package/GpgFrontend.app -verbose=2 -appstore-compliant -always-overwrite
codesign -s "${{secrets.GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}}" -f --deep --options=runtime --timestamp ${{github.workspace}}/build/package/GpgFrontend.app