From ef42c820efd8734fbfc03c0ddcbd5283c10b533d Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sat, 26 Feb 2022 18:35:22 +0100 Subject: [PATCH] . --- .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 3780bc79..2644d152 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}} --upload-file HMI/nspanel.tft ${{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}} \ No newline at end of file