mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 04:03:26 +01:00
Add nightly.link description
Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
2
.github/workflows/attach_build_products.yml
vendored
2
.github/workflows/attach_build_products.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
if (!artifacts.length) {
|
if (!artifacts.length) {
|
||||||
return core.error(`No artifacts found`);
|
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) {
|
for (const art of artifacts) {
|
||||||
body += `\n* [${art.name}.zip](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
body += `\n* [${art.name}.zip](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user