From 61893b8cc78ae1a96e9dca2ec8bea28848988efb Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 09:41:31 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b7107c5..c8b9b2b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -45,8 +45,8 @@ jobs: - name: create release uses: https://github.com/ncipollo/release-action@v1 with: - token: ${{ secrets.DEPLOY_TOKEN }} + artifacts: "builds/linux.tar.gz" tag: test + token: ${{ secrets.DEPLOY_TOKEN }} name: Test - artifacts: builds/linux.tar.gz # Added "/*" at the end is glob pattern match for this action