Expose rootDirectory input from @actions/artifact

Closes #344
This commit is contained in:
Carl Csaposs 2023-01-13 13:15:21 +00:00
commit c7b5199c2b
8 changed files with 51 additions and 6 deletions

View file

@ -23,6 +23,10 @@ inputs:
Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
root-directory:
description: >
A file path that denotes the root directory of the files being uploaded.
This path is used to strip the provided path(s) to control how they are uploaded and structured
runs:
using: 'node16'
main: 'dist/index.js'