Skip to content

Commit

Permalink
Merge pull request #103 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 91b36bb + 436c800 commit 3ea1d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-npm-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,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 3ea1d70

Please sign in to comment.