ci: Fix action-download-artifact parameters

If `name` is not passed, artifacts will be extracted in subdirectories,
not in the root of the repository.
This commit is contained in:
Léo Lam 2020-09-24 18:58:04 +02:00
parent 1ee6fff575
commit 2b8c5cc58a
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ jobs:
uses: dawidd6/action-download-artifact@3cd20b2b63293848b29e22223f515baf725ed98f uses: dawidd6/action-download-artifact@3cd20b2b63293848b29e22223f515baf725ed98f
with: with:
workflow: build.yml workflow: build.yml
name: build
- name: Check matchings - name: Check matchings
run: tools/check.py run: tools/check.py