Skip to content

Commit

Permalink
run altool with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Nov 20, 2024
1 parent 4e04e42 commit 26e738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
AUTH_KEY_ID: ${{ secrets.APPLE_DEVELOPER_KEY_ID }}
AUTH_KEY_ISSUER_ID: ${{ secrets.APPLE_DEVELOPER_KEY_ISSUER_ID }}
run: |
all_app_info=$(xcrun altool --list-apps --apiKey ${AUTH_KEY_ID} --apiIssuer ${AUTH_KEY_ISSUER_ID} --output-format json)
all_app_info=$(xcrun altool --verbose --list-apps --apiKey ${AUTH_KEY_ID} --apiIssuer ${AUTH_KEY_ISSUER_ID} --output-format json)
app_id="${{ steps.store_xcconfig.outputs.app_identifier }}"
app_info=$(echo ${all_app_info} | jq -r --arg APPID ${app_id} '.applications[] | select(.ReservedBundleIdentifier | contains($APPID))')
version_number=$(echo ${app_info} | jq '."Version Number"')
Expand Down

0 comments on commit 26e738a

Please sign in to comment.