mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +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) {
|
||||
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)`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user