Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing authored Apr 19, 2022
1 parent c9ba487 commit 662e0cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:

- name: Build-Linux-AMR64
run: GOOS=linux GOARCH=arm64 go build -o ./dist/linux_arm64

- name: Create Release With Asset
id: Release-AIO
uses: Hs1r1us/Release-AIO@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
asset_files: './dist/*'

0 comments on commit 662e0cb

Please sign in to comment.