Update release.yml

This commit is contained in:
PaddiM8 2022-06-03 02:18:01 +02:00 committed by GitHub
parent 1f8ef493da
commit bebdb9f844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ jobs:
run: |
[ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix --version 0.3.1
cd cli
cargo wix --no-build --nocapture --package kalker
cargo wix --no-build --nocapture
mv target/wix/*.msi target/wix/kalker-windows.msi
- uses: actions/upload-artifact@v2
with: