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 e654e62 commit 4864f15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +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
printf "four" | wc -c
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 4864f15

Please sign in to comment.