Skip to content

Commit 261038c

Browse files
committed
fixup! Add signing keychain to workflow
1 parent f8eb144 commit 261038c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "unlocked"
5656
5757
# import certificate into keychain then remove from filesystem
58-
security import $CERTIFICATE -k ${APPLE_SIGNING_KEYCHAIN_PATH} -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
58+
security import ${CERTIFICATE} -k ${APPLE_SIGNING_KEYCHAIN_PATH} -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
5959
echo "imported"
6060
rm $CERTIFICATE
6161

0 commit comments

Comments
 (0)