Skip to content

Commit 2a28ea1

Browse files
maxonaryclaude
andcommitted
ci: Add secure timestamp to code signing for notarization
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c82f4f7 commit 2a28ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CODE_SIGN_IDENTITY="Developer ID Application" \
5656
DEVELOPMENT_TEAM=${{ secrets.APPLE_TEAM_ID }} \
5757
CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO \
58-
OTHER_CODE_SIGN_FLAGS="--options=runtime" \
58+
OTHER_CODE_SIGN_FLAGS="--options=runtime --timestamp" \
5959
clean build
6060
6161
- name: Zip app

0 commit comments

Comments
 (0)