From 924bd29e96f24611639c5e66c27937217b9d5ed0 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Wed, 4 Sep 2024 05:31:39 +0200 Subject: [PATCH] CI: fix upload artifact breakage --- .github/workflows/gdext.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index e806d04..d178f14 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -218,8 +218,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ steps.prep.outputs.pkgfn }} - path: | - ~/out + path: ~/out + include-hidden-files: true - name: Prep asset if: matrix.precision == 'single' @@ -234,6 +234,7 @@ jobs: with: name: AssetLib-${{ steps.prep.outputs.pkgfn }} path: ~/out + include-hidden-files: true package_cs: name: 📦Package (C# only) @@ -263,6 +264,7 @@ jobs: with: name: ${{ steps.prep_cs.outputs.pkgfn }} path: ~/out + include-hidden-files: true gds_game: needs: [package]