Skip to content

Commit

Permalink
πŸ’š Codesigning: Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 authored Aug 19, 2023
1 parent bc564b7 commit d88fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k 12345678 build.keychain
# /usr/bin/codesign --force -s H6PL5YU4S3 ./Build/Loop.app -v
/usr/bin/codesign --force --deep --sign "Apple Development: mrkai77@protonmail.com" ./Build/Loop.app
codesign -f -o runtime --timestamp -s "Apple Development: mrkai77@protonmail.com (H6PL5YU4S3)" ./Build/Loop.app
- name: Make zip & dmg
run: |
Expand Down

0 comments on commit d88fb22

Please sign in to comment.