parent
55f1b2fc8d
commit
0ae7cdb42c
@ -48,6 +48,11 @@ jobs:
|
|||||||
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
|
- name: Release Mod
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user