Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 authored Jan 19, 2024
1 parent 659b9f0 commit 2a7096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# import certificate and provisioning profile from secrets
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
echo -n "$CUBBITDS3_DEVELOPMENT_PROVISIONING_PROFILE_BASE4" | base64 --decode -o $PP_PATH
echo -n "$CUBBITDS3_DEVELOPMENT_PROVISIONING_PROFILE_BASE64" | base64 --decode -o $PP_PATH
echo -n "$CUBBITDS3_DEVELOPMENT_PROVIDER_PROVISIONING_PROFILE_BASE64" | base64 --decode -o $PP_PATH
# create temporary keychain
Expand Down

0 comments on commit 2a7096b

Please sign in to comment.