mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
github/workflows: link MSVC artifacts in comments
This commit is contained in:
2
.github/workflows/comment.yml
vendored
2
.github/workflows/comment.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
let body = `Download the artifacts for this pull request:\n\n<details><summary>Windows</summary>\n`;
|
||||
for (const art of artifacts) {
|
||||
const art_link = `https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip`;
|
||||
if (art.name.includes('w64')) {
|
||||
if (art.name.includes('w64') || art.name.includes('msvc')) {
|
||||
body += `\n* [${art.name}](${art_link})`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user