mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
make.yml: Replace wrong *.yml ref
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: make
|
||||
|
||||
# spell-checker:ignore (abbrev/names) CACHEDIR CICD taiki
|
||||
# spell-checker:ignore (abbrev/names) CACHEDIR taiki
|
||||
# spell-checker:ignore (env/flags) RUSTDOCFLAGS RUSTFLAGS CARGOFLAGS CLEVEL
|
||||
# spell-checker:ignore (jargon) deps softprops toolchain
|
||||
# spell-checker:ignore (people) dawidd dtolnay
|
||||
@@ -208,14 +208,14 @@ jobs:
|
||||
- name: Download the previous individual size result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
workflow: make.yml
|
||||
name: individual-size-result
|
||||
repo: uutils/coreutils
|
||||
path: dl
|
||||
- name: Download the previous size result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
workflow: make.yml
|
||||
name: size-result
|
||||
repo: uutils/coreutils
|
||||
path: dl
|
||||
|
||||
Reference in New Issue
Block a user