diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4a7b85..6a735a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -920,6 +920,7 @@ jobs: run: | pushd deps/PawPaw; source local.env win32; popd xvfb-run ./utils/create-windows-installer.sh 32 + make unzipfx - name: Set sha8 (non-release) if: startsWith(github.ref, 'refs/tags/') != true run: echo "SHA8=$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_ENV @@ -1009,6 +1010,7 @@ jobs: run: | pushd deps/PawPaw; source local.env win64; popd xvfb-run ./utils/create-windows-installer.sh 64 + make unzipfx - name: Set sha8 (non-release) if: startsWith(github.ref, 'refs/tags/') != true run: echo "SHA8=$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_ENV