From 4aa86a574f7b066ded80664b3caf12de26f79ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 3 Sep 2024 22:23:26 +0200 Subject: [PATCH] Add include-hidden-files to upload env_file artifact (#125179) --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 98585a97c6b..04e4391790a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -86,6 +86,7 @@ jobs: with: name: env_file path: ./.env_file + include-hidden-files: true overwrite: true - name: Upload requirements_diff