From 2042c5c1c02be611483acddb96b4096782adf10b Mon Sep 17 00:00:00 2001 From: Iurie Nistor Date: Fri, 12 Jan 2024 09:38:34 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Cpdate=20version=20for=20installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2a18e2fc..e45312c9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -95,11 +95,11 @@ 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.3.0-not-released-x86_64.exe" + & "cp" "D:\a\geonkick\geonkick\.github\workflows\Output\mysetup.exe" "D:\a\geonkick\build\plugins\GeonkickInstaller-v3.3.0-x86_64.exe" & "ls" "D:\a\geonkick\build\plugins" - name: Upload Installer uses: actions/upload-artifact@v2 with: name: geonkick-installer - path: D:\a\geonkick\build\plugins\GeonkickInstaller-v3.3.0-not-released-x86_64.exe + path: D:\a\geonkick\build\plugins\GeonkickInstaller-v3.3.0-x86_64.exe