Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay authored Jan 7, 2024
1 parent 147ea0f commit f9fc226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
security import ${{ env.LOCAL_CERT_PATH }} \
-f pkcs12 \
-k ${{ env.LOCAL_KEYCHAIN_PATH }} \
-P "${{ secrets.APPLE_P12_PASSWORD }}"
-P "${{ secrets.APPLE_P12_PASSWORD }}" \
-T /usr/bin/codesign
rm ${{ env.LOCAL_CERT_PATH }}
security list-keychain -d user -s ${{ env.LOCAL_KEYCHAIN_PATH }}
Expand Down

0 comments on commit f9fc226

Please sign in to comment.