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 a5742b9 commit 949c193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
continue-on-error: true
if: matrix.os == 'windows-latest' && matrix.target != 'aarch64-pc-windows-msvc'
run: |
cargo wix init -p goup
cargo wix -p goup -v --no-build --nocapture --target ${{ matrix.target }} --output target/wix/goup-${{ matrix.target }}.msi
cargo wix init -p goup-rs -o wix
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]
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 949c193

Please sign in to comment.