mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-05 16:53:54 +08:00
Update build-macosx-amd64.yml
This commit is contained in:
4
.github/workflows/build-macosx-amd64.yml
vendored
4
.github/workflows/build-macosx-amd64.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
|
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
|
||||||
|
|
||||||
# import certificate from secrets
|
# import certificate from secrets
|
||||||
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode --output $CERTIFICATE_PATH
|
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
|
||||||
|
|
||||||
# create temporary keychain
|
# create temporary keychain
|
||||||
security create-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
|
security create-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
# import api key from secrets
|
# import api key from secrets
|
||||||
mkdir "${HOME}/private_keys"
|
mkdir "${HOME}/private_keys"
|
||||||
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode --output "${HOME}/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode -o "${HOME}/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user