Merge pull request #564 from HarbourMasters/develop-rika

develop-rika -> develop THIRD TIMES THE CHARM
This commit is contained in:
Garrett Cox
2024-05-27 21:19:23 -05:00
committed by GitHub
+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;