From e3255b9c0977ad15220362a397254a3ea81f1330 Mon Sep 17 00:00:00 2001 From: Michael Otto <22ottomi@noreply.localhost> Date: Mon, 2 Mar 2026 13:27:34 +0100 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 525a255..bfee892 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -167,8 +167,7 @@ jobs: id: upload_asset run: | echo "Lade release_${{ github.ref_name }}.zip (${{ env.ZIP_NAME }})hoch..." - RESPONSE=$(curl -s -k -X POST - "https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.ZIP_NAME }}" \ + RESPONSE=$(curl -s -k -X POST "https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.ZIP_NAME }}" \ -H "accept: application/json" \ -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \ -H "Content-Type: multipart/form-data" \