Skip to content

Commit

Permalink
Update deploy-appstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkreutz authored Jul 16, 2020
1 parent c040e98 commit 8f2d4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
- name: Increment Build Number
- name: Set Build Number
run: |
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${GITHUB_RUN_NUMBER}" "${XC_INFO_PLIST_PATH}"
- name: Get Version Number
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
-derivedDataPath "${DERIVED_DATA_PATH}" \
-archivePath "${ARCHIVE_PATH}" \
-resultBundlePath "${RESULT_BUNDLE_PATH}" \
CURRENT_PROJECT_VERSION="${BUILD_NUMBER}" \
CURRENT_PROJECT_VERSION="${GITHUB_RUN_NUMBER}" \
PROVISIONING_PROFILE=${{ secrets.XC_PROFILE }} \
IPHONEOS_DEPLOYMENT_TARGET='13.0' \
archive
Expand Down

0 comments on commit 8f2d4e5

Please sign in to comment.