Store artifact
This commit is contained in:
parent
7e52f03e53
commit
429380ac8e
1 changed files with 3 additions and 0 deletions
|
@ -28,3 +28,6 @@ jobs:
|
|||
- run:
|
||||
command: ../.circleci/xserver.sh cargo run --release -- build
|
||||
working_directory: ~/md-pdf/test-files
|
||||
- store_artifacts:
|
||||
path: ~/md-pdf/test-files/output.pdf
|
||||
path: output.pdf
|
||||
|
|
Reference in a new issue