Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Jan 8, 2024
1 parent f8d3b8a commit 7d75080
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 @@ -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-${{env:VERSION_INFO}}-x86_64.exe"
& 'cp "D:\a\geonkick\geonkick\.github\workflows\Output\mysetup.exe" "D:\a\geonkick\build\plugins\GeonkickInstaller-${env:VERSION_INFO}-x86_64.exe"'
& "ls" "D:\a\geonkick\build\plugins"
- name: Upload Installer
uses: actions/upload-artifact@v2
with:
name: geonkick-installer
path: GeonkickInstaller-${{env:VERSION_INFO}}-x86_64.exe
path: GeonkickInstaller-${env:VERSION_INFO}-x86_64.exe

0 comments on commit 7d75080

Please sign in to comment.