This action prints searches for buildinfo
files in project, then upload artifacts declared as outputs in Github build artifacts.
Glob pattern to search for buildinfo
files. By default **/*.buildinfo
.
Encoding used by the buildinfo
files. Default to utf-8
.
Duration after which artifact will expire in days. If unspecified, defaults to repository/org retention settings (the limit of this value).
The level of compression for Zlib to be applied to the artifact archive. Default to 6
.
0
: No compression1
: Best speed6
: Default compression (same as GNU Gzip)9
: Best compression
Whether or not to replace an existing artifact with the same name. Default to false
.
The action does not provides output.
uses: sentrysoftware/upload-buildinfo-outputs@main
with:
search-path: '**/*.buildinfo'
file-encoding: 'utf-8'
retention-days: 10
compression-level: 6
overwrite: false