mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-24 05:03:06 +00:00
ci: Fix windows CI not understanding globbing?
This commit is contained in:
parent
194d96c9cf
commit
3ac49353e8
1 changed files with 2 additions and 4 deletions
|
@ -65,10 +65,8 @@ before_deploy:
|
||||||
zip choco.zip "./deployment/windows/choco/bottom.nuspec" "./deployment/windows/choco/tools/";
|
zip choco.zip "./deployment/windows/choco/bottom.nuspec" "./deployment/windows/choco/tools/";
|
||||||
cargo install cargo-wix;
|
cargo install cargo-wix;
|
||||||
cargo wix init;
|
cargo wix init;
|
||||||
cargo wix;
|
cargo wix -n "bottom_x86_64_installer.msi";
|
||||||
ls "./target/";
|
cp "./target/wix/bottom_x86_64_installer.msi" ./bottom_x86_64_installer.msi;
|
||||||
ls "./target/wix/";
|
|
||||||
mv "./target/wix/*.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";
|
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
|
||||||
else
|
else
|
||||||
cargo build --release;
|
cargo build --release;
|
||||||
|
|
Loading…
Reference in a new issue