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 6, 2024
1 parent 464074b commit f02f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
security import ${{ runner.temp }}/${{ env.TMP_CERT_PATH }} \
-f pkcs12 \
-k ${{ runner.temp }}/${{ env.KEYCHAIN_FILENAME }} \
-P ${{ env.APPLE_P12_PASSWORD }} \
-P "${{ env.APPLE_P12_PASSWORD }}" \
-T /usr/bin/codesign
rm ${{ runner.temp }}/${{ env.TMP_CERT_PATH }}
# security import ${{ env.CERTIFICATE_PATH }} -f pkcs12 -k ${{ runner.temp }}/${{ env.KEYCHAIN_FILENAME }} -P "${ env.APPLE_P12_PASSWORD }}" -A -t cert
Expand Down

0 comments on commit f02f347

Please sign in to comment.