Headless in Avalonia v2 #448

Merged
GreemDev merged 16 commits from refactor/ava/headless-in-avalonia-v2 into master 2024-12-28 09:49:06 +00:00
Showing only changes of commit 2197e7c68c - Show all commits

View File

@ -40,7 +40,7 @@ jobs:
let body = `Download the artifacts for this pull request:\n`;
let hidden_debug_artifacts = `\n\n <details><summary>Only for Developers</summary>\n`;
for (const art of artifacts) {
var 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}`;
if(art.name.includes('Debug')) {
hidden_debug_artifacts += `\n* [${art.name}](${url})`;
} else {