Skip to content

Commit

Permalink
Travis: reference debian target during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Jan 11, 2019
1 parent 785b4e2 commit 3c4c551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3c4c551

Please sign in to comment.