Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 21, 2021
1 parent 8558e38 commit 1b94a1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
# extract windows cert
WIN_CSC_LINK=$RUNNER_TEMP/win_cert.p12
echo -n "$WIN_CODE_SIGNING_B64" | base64 --decode --output $WIN_CSC_LINK
echo "WIN_CSC_LINK=$WIN_CSC_LINK" >> .env.local
echo "WIN_CSC_KEY_PASSWORD=$WIN_CSC_KEY_PASSWORD" >> .env.local
# create temp keychain
security create-keychain -p "$APPLE_KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
Expand Down Expand Up @@ -125,6 +127,6 @@ jobs:
if: ${{ always() }}
run: |
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
rm -rf build/bin $RUNNER_TEMP/* ~/private_keys 2> /dev/null
rm -rf .env* build/bin $RUNNER_TEMP/* ~/private_keys 2> /dev/null

0 comments on commit 1b94a1c

Please sign in to comment.