From 2b8c5cc58a55a734b05066ad100c5c045ac49825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 24 Sep 2020 18:58:04 +0200 Subject: [PATCH] ci: Fix action-download-artifact parameters If `name` is not passed, artifacts will be extracted in subdirectories, not in the root of the repository. --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5cc0abb4..372a4754 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,5 +23,6 @@ jobs: uses: dawidd6/action-download-artifact@3cd20b2b63293848b29e22223f515baf725ed98f with: workflow: build.yml + name: build - name: Check matchings run: tools/check.py