Skip to content

Commit

Permalink
command worked on ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent 3e9f87b commit aa9569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build MSI
run: |
wix build agent.wxs \
-define GoBinDir="${{ github.workspace }}" \
-define GoBinDir="${{ github.workspace }}\bin" \
-define MSIProductVersion="${{ github.event.inputs.msi_version }}" \
-ext WixToolset.Util.wixext \
-ext WixToolset.Firewall.wixext \
Expand Down

0 comments on commit aa9569c

Please sign in to comment.