Skip to content

Commit

Permalink
chore: fix go release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jul 3, 2023
1 parent 4f60073 commit baea159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
releases-linux-binaries:
name: Release Go Binaries For Linux
name: Release Go Binaries
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.30
- uses: wangyoucao577/go-release-action@v1.38
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit baea159

Please sign in to comment.