Skip to content

Commit

Permalink
Merge pull request #513 from per1234/include-hidden-files
Browse files Browse the repository at this point in the history
Configure actions/upload-artifact action to upload required hidden files
per1234 authored Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 3655d44 + 40e8d9c commit edde820
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflow-templates/check-go-dependencies-task.yml
Original file line number Diff line number Diff line change
@@ -114,6 +114,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
include-hidden-files: true
name: dep-licenses-cache
path: .licenses/

1 change: 1 addition & 0 deletions workflow-templates/check-npm-dependencies-task.yml
Original file line number Diff line number Diff line change
@@ -114,6 +114,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
include-hidden-files: true
name: dep-licenses-cache
path: .licenses/

0 comments on commit edde820

Please sign in to comment.