summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-09-24 18:58:04 +0200
committerLéo Lam <leo@leolam.fr>2020-09-24 18:58:04 +0200
commit2b8c5cc58a55a734b05066ad100c5c045ac49825 (patch)
tree146010fdbdec62db04617040b483a66ef6fef62e /.github
parent1ee6fff575a0a87183063f565af65e9537520ea5 (diff)
ci: Fix action-download-artifact parameters
If `name` is not passed, artifacts will be extracted in subdirectories, not in the root of the repository.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml1
1 files changed, 1 insertions, 0 deletions
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