Skip to content

Commit

Permalink
update github action: disable compression, set asset name without ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
marcelhencke committed Jul 4, 2023
1 parent 1212700 commit a33f6f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
compress_assets: OFF
asset_name: nglog-${{ matrix.goarch }}
md5sum: FALSE

0 comments on commit a33f6f3

Please sign in to comment.