mirror of https://github.com/zeldaret/botw.git
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:
parent
1ee6fff575
commit
2b8c5cc58a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue