mirror of https://github.com/pyodide/pyodide.git
CI Fix artifact upload (#948)
This commit is contained in:
parent
00d4d7eb2c
commit
bc8d17a374
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue