diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-24 18:58:04 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-24 18:58:04 +0200 |
| commit | 2b8c5cc58a55a734b05066ad100c5c045ac49825 (patch) | |
| tree | 146010fdbdec62db04617040b483a66ef6fef62e /.github/workflows | |
| parent | 1ee6fff575a0a87183063f565af65e9537520ea5 (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/workflows')
| -rw-r--r-- | .github/workflows/check.yml | 1 |
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 |
