Skip to content

Commit e5e265f

Browse files
committed
workflow: disable compression
1 parent 2bb5753 commit e5e265f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
ldflags: -extldflags=-static -s -w
3838
project_path: ./cmd/${{ matrix.project }}
3939
asset_name: ${{ matrix.project }}-${{ matrix.goos }}-${{ matrix.goarch }}
40+
compress_assets: OFF
4041
overwrite: true
41-
md5sum: true
42-
sha256sum: true
42+
md5sum: false
43+
sha256sum: false

0 commit comments

Comments
 (0)