From c22a0b5a3d3558b7bb0a4739b26ec56881f1d32c Mon Sep 17 00:00:00 2001 From: CyberChen Date: Wed, 3 Jan 2024 15:55:22 +0800 Subject: [PATCH] update: action version --- .github/workflows/build_and_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 30424b06..d363a955 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -56,7 +56,7 @@ jobs: - name: Create VERSION file run: echo ${{ env.RELEASE_VERSION }} > VERSION - name: Build And Release - uses: wangyoucao577/go-release-action@v1.39 + uses: wangyoucao577/go-release-action@v1 env: CGO_ENABLED: 0 with: @@ -65,5 +65,6 @@ jobs: goarch: ${{ matrix.goarch }} project_path: "./" binary_name: opensca-cli + sha256sum: true extra_files: README.md config.json db-demo.json VERSION ldflags: "-s -w -X 'main.version=${{ env.RELEASE_VERSION }}' "