Skip to content

Commit 5c6688e

Browse files
authored
💚 Set include-hidden-files to True when using the upload-artifact GH action (#1098)
set include-hidden-files to true for actions/upload-artifact@v4
1 parent e2d3153 commit 5c6688e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
name: docs-site
7979
path: ./site/**
80+
include-hidden-files: true
8081

8182
# https://github.com/marketplace/actions/alls-green#why
8283
docs-all-green: # This job does nothing and is only used for the branch protection

‎.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
with:
7777
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7878
path: coverage
79+
include-hidden-files: true
80+
7981
coverage-combine:
8082
needs:
8183
- test
@@ -107,6 +109,7 @@ jobs:
107109
with:
108110
name: coverage-html
109111
path: htmlcov
112+
include-hidden-files: true
110113

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

0 commit comments

Comments
 (0)