Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 712 Bytes

artifacts.markdown

File metadata and controls

20 lines (14 loc) · 712 Bytes
layout title
default
Build Artifacts

Drone can be configured to archive files generated during your builds. To setup your build artifacts, go to the project > settings > artifacts page.

Enter the paths of the files that you would like to archive in the text box, separated with newlines:

Artifacts

IMPORTANT: these paths should be relative to your source repository's root directory.

Drone also supports Globs (pattern matching) to archive files. For example, bin/*.zip will archive all zip files in your repositories bin folder.

Build artifacts can be downloaded from project > downloads

Downloads