Skip to content

Commit b11d17e

Browse files
[no ci] fixup
1 parent d16b020 commit b11d17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
}
305305
console.log("downloading " + repo.artifact + " to " + path)
306306
307-
for(var art of artifacts.filter(a => a.name === repo.artifact || a.name && artifact.name.startsWith(a.artifact + "-"))) {
307+
for(var art of artifacts.filter(a => a.name === repo.artifact || a.name && a.name.startsWith(repo.artifact + "-"))) {
308308
try {
309309
console.log(JSON.stringify({name: art.name, path, options}));
310310
const downloadResponse = await artifactClient.downloadArtifact(art.name, path, options);

0 commit comments

Comments
 (0)