From 8f4586bfef7069967802998a261143c08c253b68 Mon Sep 17 00:00:00 2001 From: June Park Date: Thu, 15 Aug 2024 12:00:39 +0900 Subject: [PATCH] Add nightly.link description Signed-off-by: June Park --- .github/workflows/attach_build_products.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`; }