Skip to content

Commit

Permalink
Fix for powershell syntax
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 11, 2024
1 parent 4ade20e commit 77149dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
accept-air-license: true

- name: Build with Ant
run: ant -buildfile 'MoonshineSDKInstaller/build/build.xml' all
run: ant -buildfile MoonshineSDKInstaller/build/build.xml all -Dapp.version=${{ inputs.version }}

0 comments on commit 77149dc

Please sign in to comment.