From 26cf592bb91bcac214d6466ec6bd2cc36ad61ed6 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:29:23 -0300 Subject: [PATCH 1/2] Update dev release body --- .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 e3db54e0..cf9971c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: draft: false prerelease: true body: | - Dev release of Geode. Will not install the resources automatically, so you should use the installers to install them. + Geode dev release for commit $GITHUB_SHA. Since this is not a regular release, Geode will not install the resources automatically, so you should use the installer if you want them. files: | ./geode-${{ steps.ref.outputs.hash }}-mac.zip ./geode-${{ steps.ref.outputs.hash }}-win.zip From c6cbad12eb6b84c355ff409bccdf61f3ddeb637c Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:43:41 -0300 Subject: [PATCH 2/2] Fix github sha variable --- .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 cf9971c1..f811b30f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: draft: false prerelease: true body: | - Geode dev release for commit $GITHUB_SHA. Since this is not a regular release, Geode will not install the resources automatically, so you should use the installer if you want them. + Geode dev release for commit ${{ github.sha }}. Since this is not a regular release, Geode will not install the resources automatically, so you should use the installer if you want them. files: | ./geode-${{ steps.ref.outputs.hash }}-mac.zip ./geode-${{ steps.ref.outputs.hash }}-win.zip