Skip to content

Commit 04415ba

Browse files
authored
Merge pull request #43 from per1234/include-hidden-files
Configure actions/upload-artifact action to upload required hidden files
2 parents 3bde8d7 + 7515f2d commit 04415ba

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)