Skip to content

Commit 983debd

Browse files
Merge pull request XmirrorSecurity#244 from SuperChen-CC/cc-dev
update: use sha256 checksum
2 parents f950373 + 81cebeb commit 983debd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Create VERSION file
5757
run: echo ${{ env.RELEASE_VERSION }} > VERSION
5858
- name: Build And Release
59-
uses: wangyoucao577/go-release-action@v1.39
59+
uses: wangyoucao577/go-release-action@v1
6060
env:
6161
CGO_ENABLED: 0
6262
with:
@@ -65,5 +65,6 @@ jobs:
6565
goarch: ${{ matrix.goarch }}
6666
project_path: "./"
6767
binary_name: opensca-cli
68+
sha256sum: true
6869
extra_files: README.md config.json db-demo.json VERSION
6970
ldflags: "-s -w -X 'main.version=${{ env.RELEASE_VERSION }}' "

0 commit comments

Comments
 (0)