From d7bde787473ba748a8b7903ce7ed6ce2b411abfd Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 14:01:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1e153ac..4ed55bd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -64,7 +64,7 @@ jobs: }") echo "Uploading Build to Release" curl -X 'POST' \ - "https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=test" \ + "https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \ -H 'accept: application/json' \ -H 'Content-Type: multipart/form-data' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \