Skip to content

Commit

Permalink
workflow: disable compression
Browse files Browse the repository at this point in the history
  • Loading branch information
peolic committed Dec 20, 2022
1 parent 2bb5753 commit e5e265f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
ldflags: -extldflags=-static -s -w
project_path: ./cmd/${{ matrix.project }}
asset_name: ${{ matrix.project }}-${{ matrix.goos }}-${{ matrix.goarch }}
compress_assets: OFF
overwrite: true
md5sum: true
sha256sum: true
md5sum: false
sha256sum: false

0 comments on commit e5e265f

Please sign in to comment.