From cc5e476c92a2bf4fd8cfcb429fe3fb8e7c0fc871 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Wed, 1 May 2024 15:52:22 -0600 Subject: [PATCH] ci: Removing echo Signed-off-by: Tyler Erickson --- .github/workflows/source-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/source-release.yml b/.github/workflows/source-release.yml index 205e54e..78cc7b5 100644 --- a/.github/workflows/source-release.yml +++ b/.github/workflows/source-release.yml @@ -61,7 +61,6 @@ jobs: # https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#provenance-for-artifacts-built-across-multiple-operating-systems set -euo pipefail (sha256sum -t ${{ format('SourceCode_With_Submodules{0}', matrix.config.extension) }} || shasum -a 256 ${{ format('SourceCode_With_Submodules{0}', matrix.config.extension) }}) > checksum - echo "checksum = $checksum" echo "hash-SourceCode_With_Submodules-${{ matrix.config.name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}" - name: Upload Source Archive as Artifact