]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action...
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Mon, 2 Sep 2024 20:13:38 +0000 (22:13 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 20:13:38 +0000 (22:13 +0200)
set include-hidden-files to true for actions/upload-artifact@v4

.github/workflows/build-docs.yml
.github/workflows/test.yml

index a2393052865041346ff5bf75972cb302525bc6ac..00adbfbc5ead6f9958d4dfcc821b1b6a0a46bd12 100644 (file)
@@ -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
index fa691cb27fcd32b7363f6cba03042363e0889521..fe2b2c025b607fa585265e218a656e08b5f59fdb 100644 (file)
@@ -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