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 12, 2023
1 parent be75559 commit e8fac29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: Debug Decoded Secrets
run: |
echo "Decoded Certificate Content:"
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode
echo "Decoded Provision Profile Content:"
echo -n "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode
- name: Clean Xcode project
run: xcodebuild clean -scheme UpgradeUpsell
- name: Build archive
Expand Down

0 comments on commit e8fac29

Please sign in to comment.