Skip to content

Commit

Permalink
Fix release action to work on all the architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
AsocPro committed Aug 6, 2021
1 parent 7088fcc commit f3111d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: rtop
sha256sum: true

0 comments on commit f3111d9

Please sign in to comment.