mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix i386 deb name
This commit is contained in:
parent
355190076a
commit
644f138e5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
|||
sudo docker run -v "$(pwd):/source" undeadleech/alacritty-ubuntu-i386 \
|
||||
sh -c "cd /source && /root/.cargo/bin/cargo deb"
|
||||
sudo chown -R $USER:$USER "./target"
|
||||
mv "./target/debian/*.deb" "./target/deploy/${name}_amd64.deb"
|
||||
mv "./target/debian/*.deb" "./target/deploy/${name}_i386.deb"
|
||||
elif [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||
mv "./target/release/alacritty.exe" "./target/deploy/${name}.exe"
|
||||
mv "./target/release/winpty-agent.exe" "./target/deploy/winpty-agent.exe"
|
||||
|
|
Loading…
Reference in a new issue