Skip to content

Commit

Permalink
test: testing new gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb committed Mar 14, 2024
1 parent 4de3a73 commit 7435073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# create variables
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
KEYCHAIN_PATH=~/Library/Keychains/login.keychain-db
KEYCHAIN_PATH=~/Library/Keychains/mobilepipeline.keychain-db
# import certificate and provisioning profile from secrets
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
Expand Down

0 comments on commit 7435073

Please sign in to comment.