melezhik / SparrowCI

SparrowCI - super fun and flexible CI system with many programming languages support
Artistic License 2.0
12 stars 2 forks source link

Allow publish artifacts #2

Open melezhik opened 2 years ago

melezhik commented 2 years ago

So that artifacts that are published will be accessible via build report links:

artifacts:
  out:
    -
      name: file.txt
      path: foo/bar/file.txt
      publish: true