CI Fix artifact upload (#948)

This commit is contained in:
Dexter Chua 2020-12-25 16:46:57 +08:00 committed by GitHub
parent 00d4d7eb2c
commit bc8d17a374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: