Skip to content

Commit ce2467e

Browse files
committed
fix(build): uploaded artifact includes hidden files
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent ac622b3 commit ce2467e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ runs:
167167
name: ${{ fromJSON(inputs.build-artifact).name }}
168168
path: ${{ fromJSON(inputs.build-artifact).paths }}
169169
if-no-files-found: error
170+
include-hidden-files: true
170171

171172
# FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
172173
- shell: bash

0 commit comments

Comments
 (0)