From 4260c57b55e11ff387f1a05b283992d7308dd434 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 21 Oct 2021 12:28:32 -0400 Subject: [PATCH] Trying another fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c31ceb5bb..4d87b7571 100644 --- a/.drone.yml +++ b/.drone.yml @@ -128,7 +128,7 @@ steps: from_secret: cargo_api_token commands: - cargo install cargo-workspaces - - cp -r migrations crates/db_queries/ + - cp -r migrations crates/db_schema/ - cargo login "$CARGO_TOKEN" - cargo workspaces publish --from-git --allow-dirty --allow-branch "${DRONE_TAG}" --yes custom "${DRONE_TAG}" when: