From c7076ef25db603530ea6406c3d1a91c5710b3f9f Mon Sep 17 00:00:00 2001 From: StarNumber <64470722+StarNumber12046@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:16:45 +0100 Subject: [PATCH] [release] I messed up, I will clear the Releases tree --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37c91c9..4d60eec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,6 +57,8 @@ jobs: # This step exists for debugging. Such as checking if data files were included correctly by PyInstaller. - name: List distribution files run: | + GHASH=${{ env.project-name }}-`git rev-parse HEAD`-${{ matrix.platform-name }} + echo $GHASH find dist # Archive the PyInstaller build using the appropriate tool for the platform.