From 33b1c0357b923d9121f1ed693af9227b424caff4 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:37:51 +0100 Subject: [PATCH] yes --- .gitea/workflows/release-mod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index 697d232..f447ae2 100644 --- a/.gitea/workflows/release-mod.yml +++ b/.gitea/workflows/release-mod.yml @@ -48,7 +48,7 @@ jobs: name: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }} - - name: Setup GO + - name: Setup Go uses: actions/setup-go@v5 with: go-version: ">=1.20.1" @@ -56,4 +56,5 @@ jobs: - name: Release Mod uses: https://gitea.com/actions/release-action@main with: + tag: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }}