Skip to content

Commit 5f82080

Browse files
Correct issue of Github Actions not being able to upload "hidden" files
1 parent ca0b64c commit 5f82080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_3.8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: coverage-${{ matrix.python-version }}
56+
include-hidden-files: true
5657
path: .coverage.${{ matrix.python-version }}
5758
overwrite: true

0 commit comments

Comments
 (0)