Skip to content

Commit

Permalink
Parametrize
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 11, 2024
1 parent bbc84ed commit 4c86aea
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,20 @@ jobs:
7z x ExecCmd.zip -o'ExecCmd' -y
mv ExecCmd\ExecCmd.dll "C:\Program Files (x86)\NSIS\Plugins\x86-unicode\ExecCmd.dll"
- name: Build with Ant
- name: Build with Ant
shell: cmd
run: >
cmd /c 'ant
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=1.2.3
-Dapp.version=${{ inputs.version }}
-Dbuild.is.signed=false
-Dbuild.is.development=true
'
-Dbuild.is.development=${{ inputs.env != 'production' }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: MoonshineSDKInstaller
path: MoonshineSDKInstaller/build/bin/app

0 comments on commit 4c86aea

Please sign in to comment.