Skip to content

Commit

Permalink
Add release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz committed Jan 27, 2024
1 parent 6f044fc commit 69b4637
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Release-Go-Binary'

on:
release:
types: ['created']

jobs:
Release-Go-Binary:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
- name: 'Build'
uses: 'lslqtz/go-release-action@master'
with:
goos: 'linux'
goarch: 'amd64'
goversion: 1.19
md5sum: false
sha256sum: false
binary_name: 'go-testproject'

0 comments on commit 69b4637

Please sign in to comment.