From 18afffa61079eeb4c0c4232f6f192b3c01969f37 Mon Sep 17 00:00:00 2001 From: kvfs Date: Wed, 14 Aug 2024 23:22:08 +0200 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8486d63..56244a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,7 @@ jobs: #DEXTERION_VERSION=$(grep -Po 'version\s*=\s*"\K[^"]*' ./util/utilFunctions.hpp) echo "DEXTERION_VERSION=$DEXTERION_VERSION" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append - name: Zip Dexterion + shell: cmd run: | cd "x64\Release" rename Dexterion.exe "Dexterion-${{ env.DEXTERION_VERSION }}.exe"