SpoofDPI/.github/workflows/release.yaml

18 lines
342 B
YAML
Raw Normal View History

2022-03-11 00:59:53 +00:00
# .github/workflows/release.yaml
on:
2022-03-11 01:16:56 +00:00
release:
types: [created]
2022-03-11 00:59:53 +00:00
jobs:
release-linux-amd64:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.25
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64