ci: Remove redundant line in travis
This commit is contained in:
parent
005bd95f8a
commit
6fbbaef73b
|
@ -66,7 +66,6 @@ before_deploy:
|
|||
cargo install cargo-wix;
|
||||
cargo wix init;
|
||||
cargo wix;
|
||||
cp "./target/wix/bottom_x86_64_installer.msi" ./bottom_x86_64_installer.msi;
|
||||
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
|
||||
else
|
||||
cargo build --release;
|
||||
|
|
Loading…
Reference in New Issue