Skip to content

Commit

Permalink
Fix for powershell
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 11, 2024
1 parent 6e1dabf commit c5925d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:

- name: Build with Ant
run: >
ant -buildfile MoonshineSDKInstaller/build/build.xml all
-DHAXEPATH="C:\hostedtoolcache\windows\haxe\4.2.5\x64"
-DHAXE_HOME="C:\hostedtoolcache\windows\haxe\4.2.5\x64\lib"
-DNSIS_HOME="C:\Program Files (x86)\NSIS"
-Dapp.version=${{ inputs.version }}
-Dbuild.is.signed=false
-Dbuild.is.development=${{ inputs.env != 'production' }}
cmd /c 'ant
-buildfile MoonshineSDKInstaller/build/build.xml all
-Dapp.version=1.2.3
-Dbuild.is.signed=false
-Dbuild.is.development=true
'

0 comments on commit c5925d7

Please sign in to comment.