aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/before_deploy.sh1
1 files changed, 1 insertions, 0 deletions
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