Skip to content

Commit

Permalink
ci: 更新自動化打包資訊 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Dec 23, 2022
1 parent dfa11ae commit 0c0636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Comment-PR.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
if (!artifacts.length) {
return core.error(`No artifacts found`);
}
let body = `感謝貢獻!❤️\n請注意由於 Actions 的機制,你在下載時必須解壓縮該 zip,並把裡面資源包的 zip 拿出來。\n\n下載此次合併請求測試用翻譯包:\n`;
let body = `## ☁️ 自動化合併請求打包\n\n此為自動化打包,以下會提供下載連結。\n\n請注意由於工作流程的概念,下載完的 zip 必須解壓縮,將裡面真正的測試用翻譯包 zip 拿出來。\n\n下載測試用翻譯包:\n`;
for (const art of artifacts) {
body += `\n* [${art.name}.zip](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
}
Expand Down

0 comments on commit 0c0636f

Please sign in to comment.