From 3295a2f0b6d3b98255a82c11c329c5f5275a6ae1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Sep 2024 14:47:13 -0400 Subject: [PATCH] Upload artifact v4 needs to forcefully include hidden files (#956) Signed-off-by: Mihai Maruseac --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0ebdf53cd..30f3233ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,9 +99,10 @@ jobs: - name: Upload executables as an artifact for later jobs in workflow uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: - path: .execs/* + path: .execs/ name: executables.zip # When downloading it is a zip with all executables if-no-files-found: error + include-hidden-files: true retention-days: 1 provenance-sdist: