Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Apr 19, 2022
1 parent 662e0cb commit 9f4f49a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ 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 }}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
tag_name: ${{ github.ref }}
asset_files: './dist/*'
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
./dist/*

0 comments on commit 9f4f49a

Please sign in to comment.