mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-12 23:46:59 +08:00
💚 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
This commit is contained in:
committed by
GitHub
parent
e2d3153dcc
commit
5c6688e945
1
.github/workflows/build-docs.yml
vendored
1
.github/workflows/build-docs.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -76,6 +76,8 @@ jobs:
|
||||
with:
|
||||
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
|
||||
path: coverage
|
||||
include-hidden-files: true
|
||||
|
||||
coverage-combine:
|
||||
needs:
|
||||
- test
|
||||
@@ -107,6 +109,7 @@ jobs:
|
||||
with:
|
||||
name: coverage-html
|
||||
path: htmlcov
|
||||
include-hidden-files: true
|
||||
|
||||
# https://github.com/marketplace/actions/alls-green#why
|
||||
alls-green: # This job does nothing and is only used for the branch protection
|
||||
|
||||
Reference in New Issue
Block a user