mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 20:53:07 +00:00
ci: Fix reordering in travis script
This commit is contained in:
parent
f1371b8d9f
commit
304bbc4d27
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ before_deploy:
|
||||||
cargo install cargo-wix;
|
cargo install cargo-wix;
|
||||||
cargo wix init;
|
cargo wix init;
|
||||||
cargo wix;
|
cargo wix;
|
||||||
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
|
python "./deployment/packager.py" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256" "./bottom_x86_64_installer.msi" ;
|
||||||
else
|
else
|
||||||
cargo build --release;
|
cargo build --release;
|
||||||
cp ./target/release/btm btm;
|
cp ./target/release/btm btm;
|
||||||
|
|
Loading…
Reference in a new issue