Disable md5s, keep only sha256es
This commit is contained in:
parent
e29704c381
commit
50a9b38727
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cli-release.yml
vendored
1
.github/workflows/cli-release.yml
vendored
|
@ -46,4 +46,5 @@ jobs:
|
|||
release_name: ${{ github.ref_name }}
|
||||
goversion: "1.20"
|
||||
project_path: "./cli"
|
||||
md5sum: false
|
||||
sha256sum: true
|
||||
|
|
Loading…
Reference in a new issue