From 85cd1f133d56c4b9a075ca55802417f976d37d46 Mon Sep 17 00:00:00 2001 From: Nebula Date: Tue, 13 Sep 2022 19:51:05 -0400 Subject: [PATCH] add quotes to curl command --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 5367c2c..fa6c6c6 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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