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

This commit is contained in:
Lee 2024-08-07 07:36:24 +01:00
parent 55f1b2fc8d
commit 0ae7cdb42c

@ -48,6 +48,11 @@ jobs:
name: ${{ steps.Build.outputs.filename }}
path: ${{ steps.Build.outputs.artifactpath }}
- name: Setup GO
uses: actions/setup-go@v5
with:
go-version: ">=1.20.1"
- name: Release Mod
uses: https://gitea.com/actions/release-action@main
with: