yes
Some checks failed
Release Mod / Build (push) Failing after 35s

This commit is contained in:
Lee 2024-08-07 07:37:51 +01:00
parent 0ae7cdb42c
commit 33b1c0357b

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