mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-24 08:06:36 +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
|
||||
|
||||
# import api key from secrets
|
||||
mkdir ~/private_keys
|
||||
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode --output "~/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
||||
mkdir "${HOME}/private_keys"
|
||||
echo -n "$APPLE_API_KEY_BASE64" | base64 --decode --output "${HOME}/private_keys/AuthKey_$APPLE_API_KEY_NAME.p8"
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
@ -58,6 +58,7 @@ jobs:
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
||||
rm -rf "${HOME}/private_keys"
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user