mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-24 16:06:37 +08:00
Attempt to change dir definition
This commit is contained in:
parent
ea551c30a7
commit
65116cbfc5
5
.github/workflows/build-macosx-amd64.yml
vendored
5
.github/workflows/build-macosx-amd64.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
security list-keychain -d user -s $KEYCHAIN_PATH
|
security list-keychain -d user -s $KEYCHAIN_PATH
|
||||||
|
|
||||||
# import api key from secrets
|
# import api key from secrets
|
||||||
mkdir ~/private_keys
|
mkdir "${HOME}/private_keys"
|
||||||
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode --output "~/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode --output "${HOME}/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
@ -58,6 +58,7 @@ jobs:
|
|||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
||||||
|
rm -rf "${HOME}/private_keys"
|
||||||
-
|
-
|
||||||
name: Export artifacts
|
name: Export artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user