Skip to content

Commit

Permalink
Fix PR artifacts (HarbourMasters#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjoecox authored May 28, 2024
1 parent 41e35ff commit 788c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 788c74a

Please sign in to comment.