Skip to content

Commit 9d16ed0

Browse files
author
Petr Sramek
committed
update
1 parent f289cbc commit 9d16ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ inputs:
3131
build-project-glob-pattern:
3232
description: 'Search pattern for source code. Default: **/*.csproj'
3333
required: false
34-
default: **/*.csproj
34+
default: |
35+
**/*.csproj
3536
upload-build-artifacts:
3637
description: 'Upload build artifacts, Default: ''true'''
3738
required: false

0 commit comments

Comments
 (0)