Skip to content

Commit

Permalink
more quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Apr 2, 2024
1 parent 163a1ee commit 3423dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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 }}"

- name: Get IPA Info
if: ${{ inputs.create_release }}
Expand Down

0 comments on commit 3423dd3

Please sign in to comment.