Skip to content

Commit

Permalink
update version in pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Mar 4, 2024
1 parent e02559d commit 8870ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8870ca2

Please sign in to comment.