We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2074ddc commit 003898eCopy full SHA for 003898e
.github/actions/build/action.yml
@@ -34,9 +34,11 @@ inputs:
34
required: false
35
default: 'true'
36
build-artifacts-glob-pattern:
37
- description: 'Search pattern for build artifacts. Default: {**/bin/*,**/obj/*}'
+ description: 'Search pattern for build artifacts. Default: **/bin/*, **/obj/*'
38
39
- default: '{**/bin/*,**/obj/*}'
+ default: |
40
+ **/bin/*
41
+ **/obj/*
42
build-artifacts-name:
43
description: 'Upload build artifacts, Default: build'
44
0 commit comments