Skip to content

Commit

Permalink
Merge branch 'master' into refactor/ava/headless-in-avalonia-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev authored Dec 28, 2024
2 parents f137f9e + 18625cf commit 6d57e46
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
var 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 {
Expand Down
Loading

0 comments on commit 6d57e46

Please sign in to comment.