Skip to content

Commit

Permalink
updated workflow, it was stuck on codesign step last time
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-holdener committed Dec 6, 2024
1 parent cb801ee commit 02fdfb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
- name: Codesign executable (again)
run: |
security unlock-keychain -p actions build.keychain
security set-keychain-settings -lut 3600 build.keychain
security set-key-partition-list \
-S apple-tool:,apple: \
-s -k actions build.keychain
codesign --force --deep \
--sign "Developer ID Application: Ekaterina Holdener (V4Q7X7HV6L)" \
--options=runtime --timestamp \
Expand Down

0 comments on commit 02fdfb3

Please sign in to comment.