diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 5363204a..f11c23c8 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -22,6 +22,7 @@ mkdir "./target/deploy" name="Alacritty-${TRAVIS_TAG}" if [ "$TRAVIS_OS_NAME" == "osx" ]; then + rm -rf "./target/release" make dmg mv "./target/release/osx/Alacritty.dmg" "./target/deploy/${name}.dmg" elif [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$ARCH" != "i386" ]; then