Skip to content

Commit

Permalink
Move entitlements arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed May 12, 2024
1 parent 496fc79 commit e8f9863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
chmod +x release/*
# '--options runtime' enables the hardened runtime: https://developer.apple.com/documentation/security/hardened_runtime
# The hardened runtime is required for notarization.
codesign --options runtime -s --entitlements entitlements.plist 'FOSSA, Inc.' release/fossa
codesign --entitlements entitlements.plist --options runtime -s 'FOSSA, Inc.' release/fossa
codesign --options runtime -s 'FOSSA, Inc.' release/diagnose
codesign --options runtime -s 'FOSSA, Inc.' release/millhone
Expand Down

0 comments on commit e8f9863

Please sign in to comment.