Skip to content

v0.0.1

v0.0.1 #1

Workflow file for this run

name: Build Go Binary
on:
release:
types: [created]
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.RELEASE_BOT_GH_TOKEN }}
goos: linux
goarch: amd64