Skip to content

Commit 3985a47

Browse files
authored
Merge pull request #277 from per1234/include-hidden-files
Configure actions/upload-artifact action to upload required hidden files
2 parents 4e4d3ba + 3c7174d commit 3985a47

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
@@ -114,6 +114,7 @@ jobs:
114114
uses: actions/upload-artifact@v3
115115
with:
116116
if-no-files-found: error
117+
include-hidden-files: true
117118
name: dep-licenses-cache
118119
path: .licenses/
119120

0 commit comments

Comments
 (0)