We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7330377 commit fd6ea1bCopy full SHA for fd6ea1b
.github/workflows/deploy-tauri.yml
@@ -190,7 +190,7 @@ jobs:
190
security default-keychain -s mobile.keychain
191
security unlock-keychain -p "$KEYCHAIN_PASSWORD" mobile.keychain
192
security show-keychain-info mobile.keychain
193
- security set-keychain-settings -lut mobile.keychain
+ security set-keychain-settings -lu mobile.keychain
194
195
security import certificate.p12 -k mobile.keychain -P "$IOS_CERTIFICATE_PASSWORD" -T /usr/bin/codesign
196
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$KEYCHAIN_PASSWORD" mobile.keychain
0 commit comments