summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 00:44:30 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 00:44:30 -0400
commit304bbc4d274dd8046ced8f1e19f02a61ab9007b0 (patch)
treee45ecbf42573ce82c723c67ec42a01ff494c4a9c
parentf1371b8d9f8d471fe89baef2d5b6b34175ebe668 (diff)
ci: Fix reordering in travis script
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 308fa93a..e3ab8a0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ before_deploy:
cargo install cargo-wix;
cargo wix init;
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
cargo build --release;
cp ./target/release/btm btm;