Commit b09dcd32 authored by F-WRunTime's avatar F-WRunTime

Need to point to the proper directory where the test are run and the kout...

Need to point to the proper directory where the test are run and the kout folder is generated relative to repository top level
parent 567ad0a5
...@@ -1356,7 +1356,7 @@ jobs: ...@@ -1356,7 +1356,7 @@ jobs:
- run: - run:
name: Create Results Tar name: Create Results Tar
command: | command: |
tar -czvf results.tar.gz kout/proofs tar -czvf results.tar.gz packages/contracts-bedrock/kout
- store_artifacts: - store_artifacts:
path: results.tar.gz path: results.tar.gz
destination: results destination: results
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment