From 8870ca20b62a16c7d9045074ac9b50e7db0599f2 Mon Sep 17 00:00:00 2001 From: Iurie Nistor Date: Mon, 4 Mar 2024 10:23:49 +0200 Subject: [PATCH] update version in pipeline script --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 48e0823f..4c17b659 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -102,10 +102,10 @@ jobs: - name: Compile Inno Setup Script run: | & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "D:\a\geonkick\geonkick\.github\workflows\GeonkickInstall.iss" - & "cp" "D:\a\geonkick\geonkick\.github\workflows\Output\mysetup.exe" "D:\a\geonkick\build\plugins\GeonkickInstaller-v3.4.0-x86_64_unreleased.exe" + & "cp" "D:\a\geonkick\geonkick\.github\workflows\Output\mysetup.exe" "D:\a\geonkick\build\plugins\GeonkickInstaller-v3.4.0-x86_64.exe" - name: Upload Installer uses: actions/upload-artifact@v2 with: name: geonkick-installer - path: D:\a\geonkick\build\plugins\GeonkickInstaller-v3.4.0-x86_64_unreleased.exe + path: D:\a\geonkick\build\plugins\GeonkickInstaller-v3.4.0-x86_64.exe