Skip to content

Commit

Permalink
fix: fix wix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Nov 23, 2023
1 parent c5e2135 commit 32948d4
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 @@ -107,7 +107,7 @@ jobs:
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 -I wix/main.wxs --target ${{ matrix.target }} --output target/wix/goup-${{ matrix.target }}.msi
cargo wix -p goup -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 32948d4

Please sign in to comment.