Skip to content

Commit

Permalink
fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 19, 2024
1 parent 0044326 commit 2bbf987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- run: cargo install cargo-wix
- run: cargo install wac-cli

- if: ${{ matrix.package }} == "unavi-app"
name: Build assets
- name: Build assets
if: ${{ matrix.package == 'unavi-app' }}
run: |
cargo wix -p ${{ matrix.package }} --nocapture
cd crates/${{ matrix.package }}/wix
Expand Down

0 comments on commit 2bbf987

Please sign in to comment.