Fix PR artifacts (#563)

This commit is contained in:
Garrett Cox
2024-05-27 21:18:14 -05:00
committed by GitHub
parent 41e35ff3ee
commit 788c74a19e
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
return allArtifacts.data.artifacts.reduce((acc, item) => {
if (item.name === "assets") return acc;
it (item.name === "2ship.o2r") return acc;
if (item.name === "2ship.o2r") return acc;
acc += `
- [${item.name}.zip](https://nightly.link/${context.repo.owner}/${context.repo.repo}/actions/artifacts/${item.id}.zip)`;
return acc;