|
@@ -37,7 +37,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 = `*You need to be logged into GitHub to download these files.*\n\nDownload the artifacts for this pull request:\n`;
|
|
|
let hidden_debug_artifacts = `\n\n <details><summary>Only for Developers</summary>\n`;
|
|
let hidden_debug_artifacts = `\n\n <details><summary>Only for Developers</summary>\n`;
|
|
|
for (const art of artifacts) {
|
|
for (const art of artifacts) {
|
|
|
const url = `https://github.com/Ryubing/Ryujinx/actions/runs/${run_id}/artifacts/${art.id}`;
|
|
const url = `https://github.com/Ryubing/Ryujinx/actions/runs/${run_id}/artifacts/${art.id}`;
|