Skip to content

Commit

Permalink
Merge pull request #1 from BapRx/add-github-actions
Browse files Browse the repository at this point in the history
Create release.yaml
  • Loading branch information
BapRx authored Nov 10, 2021
2 parents 9f38c20 + 53828de commit 881c808
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
release:
types: [created]

jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64

0 comments on commit 881c808

Please sign in to comment.