From 4ca7c0d17d16d8e20b5121b5ef79982004a5d900 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 5 Feb 2024 22:30:18 +0100 Subject: [PATCH] =?UTF-8?q?=C3=BCfff=20i=20hat=20thiss=20shit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/msbuild.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index effc2b1..09105e1 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -61,7 +61,8 @@ jobs: hash_value=$(sha256sum "$file" | cut -d' ' -f1) hash_array="${hash_array}${file_name}: ${hash_value}"$'\n' done - echo "HASHES=${hash_array}" >> $GITHUB_ENV + echo "::set-output name=hashes::${hash_array}" + - name: Create Release id: create_release @@ -72,7 +73,7 @@ jobs: body: | **File Hashes:** ``` - ${{ env.HASHES }} + ${{ steps.hashes.outputs.hashes }} ``` files: | x64/Release/*