Skip to content

Commit a7ba8a1

Browse files
oech3cakebaker
authored andcommitted
make.yml: Replace wrong *.yml ref
1 parent 4cdcfb7 commit a7ba8a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: make
22

3-
# spell-checker:ignore (abbrev/names) CACHEDIR CICD taiki
3+
# spell-checker:ignore (abbrev/names) CACHEDIR taiki
44
# spell-checker:ignore (env/flags) RUSTDOCFLAGS RUSTFLAGS CARGOFLAGS CLEVEL
55
# spell-checker:ignore (jargon) deps softprops toolchain
66
# spell-checker:ignore (people) dawidd dtolnay
@@ -208,14 +208,14 @@ jobs:
208208
- name: Download the previous individual size result
209209
uses: dawidd6/action-download-artifact@v16
210210
with:
211-
workflow: CICD.yml
211+
workflow: make.yml
212212
name: individual-size-result
213213
repo: uutils/coreutils
214214
path: dl
215215
- name: Download the previous size result
216216
uses: dawidd6/action-download-artifact@v16
217217
with:
218-
workflow: CICD.yml
218+
workflow: make.yml
219219
name: size-result
220220
repo: uutils/coreutils
221221
path: dl

0 commit comments

Comments
 (0)