Skip to content

Commit

Permalink
remove ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent 1278aa2 commit 3e9f87b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Build MSI
run: |
wix build agent.wxs \
--define GoBinDir="${{ github.workspace }}" \
--define MSIProductVersion="${{ github.event.inputs.msi_version }}" \
--ext WixToolset.Util.wixext \
--ext WixToolset.Firewall.wixext \
-define GoBinDir="${{ github.workspace }}" \
-define MSIProductVersion="${{ github.event.inputs.msi_version }}" \
-ext WixToolset.Util.wixext \
-ext WixToolset.Firewall.wixext \
-o agent-${{ github.event.inputs.msi_version }}.msi
- name: Upload MSI artifact
Expand Down

0 comments on commit 3e9f87b

Please sign in to comment.