Skip to content

Commit

Permalink
verify ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Apr 2, 2024
1 parent 3423dd3 commit 543cacd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:

- name: Download IPA (Manual)
if: ${{ inputs.create_release && inputs.ipa_url }}
run: curl -Lo "${{ github.workspace }}/App.ipa" "${{ inputs.ipa_url }}"
run: |
curl -Lo "${{ github.workspace }}/App.ipa" "${{ inputs.ipa_url }}"
zip -T "${{ github.workspace }}/App.ipa"
- name: Get IPA Info
if: ${{ inputs.create_release }}
Expand Down

0 comments on commit 543cacd

Please sign in to comment.