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