Skip to content

Commit

Permalink
new shell for guids set
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 3, 2024
1 parent f658441 commit dd70068
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/set-wix-guids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
if: env.needs_guid == 'true'
run: |
choco install go-msi
refreshenv
msi set-guid -p ./build/package/windows/wix.json
- name: Set GUIDs
if: env.needs_guid == 'true'
run: |
go-msi set-guid -p ./build/package/windows/wix.json
- name: Commit and push changes
if: env.needs_guid == 'true'
Expand Down

0 comments on commit dd70068

Please sign in to comment.