diff --git a/action.yml b/action.yml index ec448ae..4048fe8 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: description: Filepath of the solution of which contains all the projects to be packed, relative to root of repository required: true PROJECT_FILE_PATH: - description: Filepath of the project to be packaged, relative to root of repository + description: Filepath of the project to be packaged or a glob of projects in the form of **/*.csproj, relative to root of repository required: true PACKAGE_PATH: description: Path to store all generated nuget packages, relative to root of repository