From 3c4c5519fe41325bf0d7755e2c482c8024f93777 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Thu, 10 Jan 2019 19:21:41 -0600 Subject: [PATCH] Travis: reference debian target during deploy --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 70dd2ec..560c5f0 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -23,7 +23,7 @@ main() { if [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then cargo install cargo-deb cross deb --target "$TARGET" --variant musl --no-build - cp target/debian/dness*.deb $src/. + cp target/"$TARGET"/debian/dness*.deb $src/. fi cp target/$TARGET/release/dness $stage/