this will do for now im too tired
All checks were successful
Release Mod / Build (push) Successful in 25s
All checks were successful
Release Mod / Build (push) Successful in 25s
This commit is contained in:
parent
33b1c0357b
commit
c2e0aafda6
@ -47,14 +47,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ steps.Build.outputs.filename }}
|
name: ${{ steps.Build.outputs.filename }}
|
||||||
path: ${{ steps.Build.outputs.artifactpath }}
|
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 }}
|
|
||||||
|
Reference in New Issue
Block a user