Skip to content

Commit a423ff4

Browse files
author
Petr Sramek
committed
now?
1 parent 1041aa7 commit a423ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/build/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ inputs:
3636
build-artifacts-glob-pattern:
3737
description: 'Search pattern for build artifacts. Default: **/bin/*, **/obj/*'
3838
required: false
39-
default:
39+
default: |
40+
'**/bin/*'
41+
'**/obj/*'
4042
build-artifacts-name:
4143
description: 'Upload build artifacts, Default: build'
4244
required: false

0 commit comments

Comments
 (0)