Skip to content

Commit 4fbca10

Browse files
authored
Merge pull request #5057 from per1234/include-hidden-files
Configure actions/upload-artifact action to upload required hidden files
2 parents 39b3050 + b1d2995 commit 4fbca10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-go-dependencies-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
uses: actions/upload-artifact@v3
106106
with:
107107
if-no-files-found: error
108+
include-hidden-files: true
108109
name: dep-licenses-cache
109110
path: .licenses/
110111

0 commit comments

Comments
 (0)