Skip to content

Commit

Permalink
Fix build script to correctly reference wix5
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Dec 16, 2023
1 parent e29ef30 commit 6cd11a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}

- name: Build wix4
- name: Build wix5
shell: cmd
run: ./src/build_official.cmd
env:
Expand Down

0 comments on commit 6cd11a8

Please sign in to comment.