diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e25d846..a405949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,9 +76,6 @@ jobs: name: toolkit-${{ matrix.platform.os_name }} path: toolkit-* if: (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release') - - name: Generate SHA-256 - run: shasum -a 256 bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }} > bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }}.sha256 - if: startsWith(matrix.platform.os, 'macOS') && (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release') - name: Publish GitHub release uses: softprops/action-gh-release@v2 with: