This commit is contained in:
parent
14630eb6a0
commit
e79d462949
2
.github/workflows/build_release.yaml
vendored
2
.github/workflows/build_release.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: release-build-linux
|
- name: release-build-linux
|
||||||
run: GOOS=linux GOARCH=amd64 go build -o bin/reverse-${{ github.ref_name }}-linux-amd64
|
run: GOOS=linux GOARCH=amd64 go build -o bin/reverse-${{ github.ref_name }}-linux-amd64
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
|
Loading…
Reference in New Issue
Block a user