Skip to content

Commit

Permalink
Add target
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 10, 2024
1 parent a52828e commit 11b21b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Build with Ant
run: >
ant
-buildfile 'MoonshineSDKInstaller/build/build.xml'
-buildfile 'MoonshineSDKInstaller/build/build.xml'
-Dbuild.is.signed=false
-Dbuild.is.development=${{ inputs.env == 'development' }}
-Dapp.version=${{ inputs.version }}
all

0 comments on commit 11b21b6

Please sign in to comment.