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