File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555 owner: context.repo.owner,
5656 repo: context.repo.repo,
5757 });
58- # keep first artifact named u-boot-rb1-links and linux-deb-links
59- let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
60- return artifact.name == "u-boot-rb1-links"
61- })[0];
62- let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
63- return artifact.name == "linux-deb-links"
64- })[0];
65- # download both in memory
58+ # # keep first artifact named u-boot-rb1-links and linux-deb-links
59+ # let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
60+ # return artifact.name == "u-boot-rb1-links"
61+ # })[0];
62+ # let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
63+ # return artifact.name == "linux-deb-links"
64+ # })[0];
65+ # # download both in memory
6666# let linux_deb_dl =
6767# await github.rest.actions.downloadArtifact({
6868# owner: context.repo.owner,
You can’t perform that action at this time.
0 commit comments