mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix macOS CI deployment script
This commit is contained in:
parent
a38a067992
commit
2b0d19e18f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ mkdir "./target/deploy"
|
||||||
name="Alacritty-${TRAVIS_TAG}"
|
name="Alacritty-${TRAVIS_TAG}"
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
|
rm -rf "./target/release"
|
||||||
make dmg
|
make dmg
|
||||||
mv "./target/release/osx/Alacritty.dmg" "./target/deploy/${name}.dmg"
|
mv "./target/release/osx/Alacritty.dmg" "./target/deploy/${name}.dmg"
|
||||||
elif [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$ARCH" != "i386" ]; then
|
elif [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$ARCH" != "i386" ]; then
|
||||||
|
|
Loading…
Reference in a new issue