From d7c065749639718123b62bf74d042312d056d906 Mon Sep 17 00:00:00 2001 From: darkstack <1835601+darkstack@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:02:58 +0100 Subject: [PATCH] Fix Tags v2 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f08cc1d..2ccfdf2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -57,9 +57,9 @@ jobs: - name: Release if: github.ref_name == 'master' uses: akkuman/gitea-release-action@v1 - tag_name: release-${{ steps.date.outputs.date }} env: with: + tag_name: release-${{ steps.date.outputs.date }} files: |- build-winx64.zip build-linux64.zip