File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ runs:
339339 max_attempts : 5
340340 retry_wait_seconds : 5
341341 timeout_minutes : 20
342- command : |
343- xcrun altool --upload-package ${{ inputs.output-folder }}/${{ inputs.product-name }}.ipa -t "ios" --apple-id "${{ inputs.apple-id }}" \
344- --bundle-version "${{ steps.setup-env.outputs.bundle-version }}" --bundle-short-version-string "${{ inputs.version-string }}" --bundle-id "${{ inputs.bundle-id }}" \
342+ command : >-
343+ xcrun altool --upload-package ${{ inputs.output-folder }}/${{ inputs.product-name }}.ipa -t "ios" --apple-id "${{ inputs.apple-id }}"
344+ --bundle-version "${{ steps.setup-env.outputs.bundle-version }}" --bundle-short-version-string "${{ inputs.version-string }}" --bundle-id "${{ inputs.bundle-id }}"
345345 --apiKeyPath ${{ inputs.api-key-id }} --apiIssuer ${{ inputs.api-issuer-id }} --show-progress
346346 - name : Gather packages in output folder
347347 id : gather-packages
You can’t perform that action at this time.
0 commit comments