From 2b0d19e18f2c92bc4ec9e53e7f1619c8604be937 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 8 Jan 2019 00:16:16 +0000 Subject: Fix macOS CI deployment script --- ci/before_deploy.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit