this will do for now im too tired
All checks were successful
Release Mod / Build (push) Successful in 25s

This commit is contained in:
Lee 2024-08-07 07:46:33 +01:00
parent 33b1c0357b
commit c2e0aafda6

@ -47,14 +47,3 @@ jobs:
with:
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:
tag: ${{ steps.Build.outputs.filename }}
path: ${{ steps.Build.outputs.artifactpath }}