From 715d6a9075af2c288382898d538e9cd252b1ef67 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 6 Oct 2023 17:26:51 +0200 Subject: [PATCH] attempt to fix multiline string output --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2aa4978..0d937eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,11 @@ jobs: - name: Calculate Checksums id: checksums run: | - SHA256SUMS=$(shasum -a256 target/*.jar) - echo "sha256=${SHA256SUMS}" >> $GITHUB_OUTPUT + { + echo 'sha256<> $GITHUB_OUTPUT - name: Create Release if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1