Skip to content

Commit de0221c

Browse files
author
Petr Sramek
committed
fuuucsaads
1 parent a423ff4 commit de0221c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/build/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ inputs:
3737
description: 'Search pattern for build artifacts. Default: **/bin/*, **/obj/*'
3838
required: false
3939
default: |
40-
'**/bin/*'
41-
'**/obj/*'
40+
**/bin/*
41+
**/obj/*
4242
build-artifacts-name:
4343
description: 'Upload build artifacts, Default: build'
4444
required: false
@@ -64,7 +64,8 @@ runs:
6464
with:
6565
name: ${{ inputs.build-artifacts-name }}
6666
path: |
67-
${{ inputs.build-artifacts-glob-pattern }}
67+
**/bin/*
68+
**/obj/*
6869
6970
7071

0 commit comments

Comments
 (0)