Skip to content

Commit

Permalink
💚 Set include-hidden-files to True when using the `upload-artifac…
Browse files Browse the repository at this point in the history
…t` GH action (#967)

set include-hidden-files to true for actions/upload-artifact@v4
  • Loading branch information
svlandeg committed Sep 2, 2024
1 parent f35ee83 commit 5356ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
name: docs-site
path: ./site/**
include-hidden-files: true

# https://github.com/marketplace/actions/alls-green#why
docs-all-green: # This job does nothing and is only used for the branch protection
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
path: coverage
include-hidden-files: true

coverage-combine:
needs: [test]
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
with:
name: coverage-html
path: htmlcov
include-hidden-files: true

# https://github.com/marketplace/actions/alls-green#why
check: # This job does nothing and is only used for the branch protection
Expand Down

0 comments on commit 5356ce7

Please sign in to comment.