From 4bda321e7a82bed6a126806890e23878b4c2da6b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 2 Sep 2025 18:34:39 +0200 Subject: [PATCH] git: Fix version string --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40dfd5c18..6b896e204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -211,9 +211,9 @@ jobs: wait-for-completion: true output-artifact-directory: './signed' parameters: | - version: ${{ env.IMHEX_VERSION }}-${ matrix.architecture_name }-${{ github.sha }}-${{ github.run_number }} + version: ${{ env.IMHEX_VERSION }}-${{ matrix.architecture_name }}-${{ github.sha }}-${{ github.run_number }} - - name: ⬆️ Upload NoGPU Portable ZIP + - name: ⬆️ Upload Signed Windows Installer uses: actions/upload-artifact@v4 with: if-no-files-found: error