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/