From bc8d17a37482482be698c45e83808a026e6714a1 Mon Sep 17 00:00:00 2001 From: Dexter Chua Date: Fri, 25 Dec 2020 16:46:57 +0800 Subject: [PATCH] CI Fix artifact upload (#948) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6b3bb86e..4563dee5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,7 +103,7 @@ jobs: - ./build - store_artifacts: - path: /home/circleci/repo/build/ + path: /root/repo/build/ test-core-firefox: <<: *defaults @@ -175,7 +175,7 @@ jobs: command: | python benchmark/benchmark.py /usr/local/bin/python3 build/benchmarks.json - store_artifacts: - path: /home/circleci/repo/build/benchmarks.json + path: /root/repo/build/benchmarks.json deploy-release: docker: