From 6d7ebaabcf0f6d3b75b519fe38b645a1aa5c9570 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 26 Feb 2022 22:08:58 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2644d152..a89dae57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,4 +8,4 @@ jobs: - name: curl uses: wei/curl@v1 with: - args: -u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} -i -X POST -H "Content-Type: multipart/form-data" -F "data=@HMI/nspanel.tft" -F "git_hash=$GITHUB_SHA" ${{secrets.UPLOAD_URL}} \ No newline at end of file + args: '-u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} -i -X POST -H "Content-Type: multipart/form-data" -F "data=@HMI/nspanel.tft" -F "git_hash=$GITHUB_SHA" ${{secrets.UPLOAD_URL}}'