Skip to content

Commit

Permalink
add quotes to curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol authored Sep 13, 2022
1 parent fce3525 commit 85cd1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Convert deb to IPA
run: |
curl -L -o ${{ github.workspace }}/app.deb ${{ github.event.inputs.deb }}
curl -L -o ${{ github.workspace }}/app.deb "${{ github.event.inputs.deb }}"
dpkg-deb -X ${{ github.workspace }}/app.deb ${{ github.workspace }}/app
mkdir -p ${{ github.workspace }}/ipa/Payload
Expand Down

0 comments on commit 85cd1f1

Please sign in to comment.