Skip to content

Commit

Permalink
Merge pull request #174 from tatsuz0u/develop
Browse files Browse the repository at this point in the history
Bugfix & Refactoring
  • Loading branch information
tatsuz0u committed Nov 4, 2021
2 parents 84b6cb9 + f9131e5 commit e90f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
security import $DIS_P12_PATH -k $KEY_CHAIN -P $P12_PASSWORD -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple: -s -k $P12_PASSWORD ~/Library/Keychains/$KEY_CHAIN
security list-keychains
security find-identity -p codesigning ~/Library/Keychains/$KEY_CHAIN
security find-identity -p codesigning ~/Library/Keychains/$KEY_CHAIN
- name: Install provisioning profiles
run: |
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
Expand Down

0 comments on commit e90f3c7

Please sign in to comment.