Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zshahin-61 committed Nov 16, 2023
1 parent f80835c commit a30c7ad
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: Print Certificates and Provisioning Profiles
run: |
echo "$BUILD_CERTIFICATE_BASE64" | base64 --decode
echo "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode
cat $CERTIFICATE_PATH
cat $PP_PATH
- name: Build archive
run: |
xcodebuild -scheme "UpgradeUpsell" \
Expand All @@ -47,12 +53,7 @@ jobs:
-destination generic/platform=iOS \
clean archive
- name: Print Certificates and Provisioning Profiles
run: |
echo "$BUILD_CERTIFICATE_BASE64" | base64 --decode
echo "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode
cat $CERTIFICATE_PATH
cat $PP_PATH

- name: Update iOS Deployment Target
run: |
Expand Down

0 comments on commit a30c7ad

Please sign in to comment.