From 656ef208870eb9a82757bb283690f2ee2f80ddbc Mon Sep 17 00:00:00 2001 From: Johannes 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