Skip to content

Commit

Permalink
this is sad
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent aa9569c commit 106aafc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:

- name: Build MSI
run: |
wix build agent.wxs \
-define GoBinDir="${{ github.workspace }}\bin" \
-define MSIProductVersion="${{ github.event.inputs.msi_version }}" \
-ext WixToolset.Util.wixext \
-ext WixToolset.Firewall.wixext \
-o agent-${{ github.event.inputs.msi_version }}.msi
wix build agent.wxs -define GoBinDir="${{ github.workspace }}\bin" -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
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 106aafc

Please sign in to comment.