mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 17:40:52 +01:00
Added package name to wix in release.yml
This commit is contained in:
parent
09af5ce2aa
commit
23df3f37b9
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user