We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb5753 commit e5e265fCopy full SHA for e5e265f
.github/workflows/build-and-release.yml
@@ -37,6 +37,7 @@ jobs:
37
ldflags: -extldflags=-static -s -w
38
project_path: ./cmd/${{ matrix.project }}
39
asset_name: ${{ matrix.project }}-${{ matrix.goos }}-${{ matrix.goarch }}
40
+ compress_assets: OFF
41
overwrite: true
- md5sum: true
42
- sha256sum: true
+ md5sum: false
43
+ sha256sum: false
0 commit comments