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 e35c0e8 commit c83121cCopy full SHA for c83121c
.github/workflows/debos.yml
@@ -90,8 +90,8 @@ jobs:
90
}
91
92
try {
93
- let linux_deb_artifact = await listArtifactByName("linux-deb-links");
94
- let u_boot_rb1_artifact = await listArtifactByName("u-boot-rb1-links");
+ let linux_deb_artifact = await lastArtifactByName("linux-deb-links");
+ let u_boot_rb1_artifact = await lastArtifactByName("u-boot-rb1-links");
95
96
if (!linux_deb_artifact || !u_boot_rb1_artifact) {
97
console.error('One or both artifacts are missing');
0 commit comments