Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
leuat committed Jan 1, 2025
1 parent f6a305f commit 7df1c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
ls
echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12
security create-keychain -p hurra build.keychain security default-keychain -s build.keychain
security unlock-keychain -p hurra build.keychain
#security create-keychain -p hurra build.keychain security default-keychain -s build.keychain
#security unlock-keychain -p hurra build.keychain
security import certificate.p12 -k build.keychain -P $MACOS_CERTIFICATE_PWD -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k hurra build.keychain
/usr/bin/codesign --force -s "Developer ID Application: Nicolaas Groeneboom (F3JQNS6U34)" Publish/publish_mac/trse/trse.app -v
Expand Down

0 comments on commit 7df1c9e

Please sign in to comment.