fix other envvar for notarization

This commit is contained in:
Erik Gomez
2024-02-01 17:32:54 -06:00
parent 00a2ba6713
commit b6959b9227
+1 -1
View File
@@ -289,7 +289,7 @@ SIGNED_JSONFILE
else
if [ -n "$5" ]; then
# Notarize and staple the package
$XCODE_NOTARY_PATH store-credentials --apple-id "opensource@macadmins.io" --team-id "T4SK8ZXCXG" --password "$NOTARY_PASS" macadminpython
$XCODE_NOTARY_PATH store-credentials --apple-id "opensource@macadmins.io" --team-id "T4SK8ZXCXG" --password "$NOTARY_APP_PASSWORD" macadminpython
# If these fail, it will bail on the entire process
$XCODE_NOTARY_PATH submit "$TOOLSDIR/$TYPE/build/python_${TYPE}_signed-$AUTOMATED_PYTHON_BUILD.pkg" --keychain-profile "macadminpython" --wait
$XCODE_STAPLER_PATH staple "$TOOLSDIR/$TYPE/build/python_${TYPE}_signed-$AUTOMATED_PYTHON_BUILD.pkg"