Skip to content

Commit

Permalink
fix: disable compression of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Oct 29, 2024
1 parent cf6aafd commit 6114556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: LICENSE readme.md
compress_assets: 'FALSE'
overwrite: 'TRUE'
ldflags: '-X main.Version=v${{ github.event.release.tag_name }} -extldflags "-static"'

0 comments on commit 6114556

Please sign in to comment.