diff --git a/.github/workflows/attach_build_products.yml b/.github/workflows/attach_build_products.yml index d6b4a721..47482b95 100644 --- a/.github/workflows/attach_build_products.yml +++ b/.github/workflows/attach_build_products.yml @@ -64,7 +64,7 @@ jobs: if (!artifacts.length) { return core.error(`No artifacts found`); } - let body = `Download the artifacts for this pull request:\n`; + let body = `Download the artifacts for this pull request (nightly.link):\n`; for (const art of artifacts) { body += `\n* [${art.name}.zip](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`; }