Skip to content

Commit

Permalink
fix: fix gen wix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Dec 29, 2023
1 parent 949c193 commit cc4c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
continue-on-error: true
if: matrix.os == 'windows-latest' && matrix.target != 'aarch64-pc-windows-msvc'
run: |
cargo wix init -p goup-rs -o wix
cargo wix init -p goup-rs
cargo wix -p goup-rs -v --no-build --nocapture --target ${{ matrix.target }} --output target/wix/goup-${{ matrix.target }}.msi
- name: Post Build | Prepare artifacts [Windows]
Expand Down

0 comments on commit cc4c3dd

Please sign in to comment.