diff options
author | Clement Tsang <34804052+ClementTsang@users.noreply.github.com> | 2024-05-11 21:18:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 21:18:09 -0400 |
commit | cce835b752bf331e6a0b0cc53d111dded2e58970 (patch) | |
tree | 85acadbb99af3cc868e60851e20651d1f7aba879 /.github/workflows/build_releases.yml | |
parent | a15ef636696e2bb12f201135ae1cd2ad6a225ca4 (diff) |
Run cargo wix init (#1468)
* ci: run cargo wix init
* remove wix init call
Diffstat (limited to '.github/workflows/build_releases.yml')
-rw-r--r-- | .github/workflows/build_releases.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index ef030897..7f12510a 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -251,8 +251,7 @@ jobs: env: BTM_GENERATE: "" run: | - cargo install cargo-wix --version 0.3.1 --locked - cargo wix init + cargo install cargo-wix --version 0.3.8 --locked cargo wix - name: Generate artifact attestation for file |