Added package name to wix in release.yml

This commit is contained in:
PaddiM8 2022-06-03 01:04:26 +02:00 committed by GitHub
parent 09af5ce2aa
commit 23df3f37b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ jobs:
C:\Users\runneradmin\.cargo\registry\index
C:\Users\runneradmin\.cargo\registry\cache
C:\Users\runneradmin\.cargo\registry\cache
{FOLDERID_LocalAppData}\gmp-mpfr-sys
D:\a\kalker\kalker\target
C:\msys64\home\paddi\kalker\target
- uses: msys2/setup-msys2@v2
@ -144,7 +145,7 @@ jobs:
run: |
[ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix
cd cli
cargo wix --no-build --nocapture
cargo wix --no-build --nocapture --package kalker
mv target/wix/*.msi target/wix/kalker-windows.msi
- uses: actions/upload-artifact@v2
with: