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 6d57e46 + 0c21b07 commit 2197e7c
Showing 1 changed file with 1 addition and 1 deletion.
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}`;
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 {
Expand Down

0 comments on commit 2197e7c

Please sign in to comment.