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 }}
|
||||
|
Reference in New Issue
Block a user