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
  • Loading branch information
per1234 authored Sep 3, 2024
2 parents 3655d44 + 40e8d9c commit edde820
Show file tree
Hide file tree
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
Expand Up @@ -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/

Expand Down
1 change: 1 addition & 0 deletions workflow-templates/check-npm-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit edde820

Please sign in to comment.