From d6dcf95235b4c6957e45757b78881fc8149b635e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 11 May 2021 11:54:02 +0200 Subject: [PATCH] Fix .env_file name (#50447) --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 360025b4d7e..b3dbf04609e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: env_file - path: ./env_file + path: ./.env_file - name: Upload requirements_diff uses: actions/upload-artifact@v2