Skip to content

Commit

Permalink
ensure that its executable
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Mar 20, 2023
1 parent 87aa2b3 commit f29e8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
security unlock-keychain -p $KEYCHAIN_PWD 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 $KEYCHAIN_PWD build.keychain
chmod +x ./chat_mac
/usr/bin/codesign --force -s $MACOS_CERT_ID ./chat_mac -v
- name: Archive production artifacts
Expand Down

0 comments on commit f29e8bf

Please sign in to comment.