Skip to content

Commit 60f9700

Browse files
[WASM] Fix set-key-partition-list order
1 parent 1b20faa commit 60f9700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-distribution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
security unlock-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN
1515
security set-keychain-settings -lut 7200 $KEYCHAIN
1616
security default-keychain -s $KEYCHAIN
17-
security set-key-partition-list -S "apple-tool:,apple:" -s -k "$KEYCHAIN_PASSWORD" $KEYCHAIN
1817
1918
echo "$DARWIN_TOOLCHAIN_APPLICATION_CERT_BASE64" | base64 --decode -o developerID_application.p12
2019
security import developerID_application.p12 -P "$DARWIN_TOOLCHAIN_APPLICATION_CERT_PASSWORD" -T /usr/bin/codesign
2120
echo "$DARWIN_TOOLCHAIN_INSTALLER_CERT_BASE64" | base64 --decode -o developerID_installer.p12
2221
security import developerID_installer.p12 -P "$DARWIN_TOOLCHAIN_INSTALLER_CERT_PASSWORD" -T /usr/bin/pkgbuild
22+
23+
security set-key-partition-list -S "apple-tool:,apple:" -s -k "$KEYCHAIN_PASSWORD" $KEYCHAIN
2324
env:
2425
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
2526
DARWIN_TOOLCHAIN_APPLICATION_CERT: ${{ secrets.DARWIN_TOOLCHAIN_APPLICATION_CERT }}

0 commit comments

Comments
 (0)