From af59f2639c1f6d68a2c5c66d85c8e445a9f26ed7 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 6 Feb 2026 23:00:44 -0500 Subject: [PATCH] Enable inclusion of hidden files in artifact upload --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 146751f..5098674 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,6 +64,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: workspace + include-hidden-files: true path: ${{ github.workspace }}/**/* retention-days: 1