Skip to content

Commit

Permalink
ci: debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 19, 2024
1 parent 7622fda commit e654e62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
printf $MAC_CERTIFICATE_BASE64 | wc -c
printf $MAC_CERTIFICATE_PASSWORD | wc -c
printf $KEYCHAIN_PASSWORD | wc -c
echo "import certificate"
echo -n "$MAC_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
Expand Down

0 comments on commit e654e62

Please sign in to comment.