Skip to content

Commit 5dac667

Browse files
committed
set include-hidden-files to true for actions/upload-artifact@v4
1 parent f35ee83 commit 5dac667

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
6969
path: coverage
70+
include-hidden-files: true
7071

7172
coverage-combine:
7273
needs: [test]
@@ -99,6 +100,7 @@ jobs:
99100
with:
100101
name: coverage-html
101102
path: htmlcov
103+
include-hidden-files: true
102104

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

0 commit comments

Comments
 (0)