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 }}