From 32a02c6ccc889589ebc11d17901c0ea97239a512 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Wed, 4 Nov 2020 18:21:34 +0100 Subject: [PATCH] change name of artifact inside the workflow to match jobs name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a154ea2..52431ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,7 @@ workflows: - publish_latest: requires: - build_image - - doc_server_artifact: + - artifact: requires: - test - database