aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-08 00:16:16 +0000
committerGitHub <noreply@github.com>2019-01-08 00:16:16 +0000
commit2b0d19e18f2c92bc4ec9e53e7f1619c8604be937 (patch)
treee136b319982f4f2ebddc5874dedd305ac696844d
parenta38a0679926628271d2a02c1c28e554402038ddc (diff)
downloadalacritty-2b0d19e18f2c92bc4ec9e53e7f1619c8604be937.tar.gz
alacritty-2b0d19e18f2c92bc4ec9e53e7f1619c8604be937.zip
Fix macOS CI deployment script
-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