We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387f189 commit 2d64565Copy full SHA for 2d64565
.github/workflows/debos.yml
@@ -105,9 +105,9 @@ jobs:
105
process.exit(1);
106
}
107
108
- await downloadArtifact(linux_deb_artifact_id,
+ await downloadArtifact(linux_deb_artifact.id,
109
'linux-deb-links.zip');
110
- await downloadArtifact(u_boot_rb1_artifact_id,
+ await downloadArtifact(u_boot_rb1_artifact.id,
111
'u-boot-rb1-links.zip');
112
} catch (error) {
113
console.error('Error retrieving artifacts: ', error);
0 commit comments