From e5d9c13a0549e5d9f1483923c8b3d902c3c6bc90 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Tue, 19 Nov 2024 17:01:24 +0000 Subject: [PATCH] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 516702a..901dad4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: cd output zip ../binary-${{matrix.GOOS}}-${{matrix.GOARCH}}${{matrix.GOARM}}.zip ./* - name: Create Package Checksums - if: ${{ github.event.inputs.skip-packaging }} + if: ${{ github.event.inputs.skip-packaging != 'true' }} run: | sha512sum binary-${{matrix.GOOS}}-${{matrix.GOARCH}}${{matrix.GOARM}}.* > binary-${{matrix.GOOS}}-${{matrix.GOARCH}}${{matrix.GOARM}}.sha512 - uses: actions/upload-artifact@v4