Skip to content

Commit

Permalink
use choco go-msi
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 3, 2024
1 parent 4a78ec1 commit b767fef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/set-wix-guids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go environment
uses: actions/setup-go@v4
with:
go-version: '1.23' # You may change this to the latest Go version if needed

- name: Check for GUIDs in wix.json
id: check_guid
shell: pwsh
Expand All @@ -48,7 +43,7 @@ jobs:
- name: Install go-msi and set GUIDs
if: env.needs_guid == 'true'
run: |
go install github.com/wix-go/go-msi/cmd/go-msi@latest
choco install go-msi
go-msi set-guid -p ./build/package/windows/wix.json
- name: Commit and push changes
Expand Down

0 comments on commit b767fef

Please sign in to comment.