File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,10 +112,12 @@ jobs:
112112 fi
113113 fi
114114
115- echo "source_git_url=${source_git_url}" >> "${GITHUB_OUTPUT}"
116- echo "source_git_ref=${source_git_ref}" >> "${GITHUB_OUTPUT}"
117- echo "astrbot_version=${version}" >> "${GITHUB_OUTPUT}"
118- echo "should_build=${should_build}" >> "${GITHUB_OUTPUT}"
115+ {
116+ echo "source_git_url=${source_git_url}"
117+ echo "source_git_ref=${source_git_ref}"
118+ echo "astrbot_version=${version}"
119+ echo "should_build=${should_build}"
120+ } >> "${GITHUB_OUTPUT}"
119121 echo "Resolved source: ${source_git_url}@${source_git_ref}"
120122 echo "Resolved AstrBot version: ${version}"
121123 echo "Build enabled: ${should_build}"
Original file line number Diff line number Diff line change 44
55# AstrBot Desktop (Tauri)
66
7- AstrBot 的独立桌面端仓库(Tauri 2.10,内置 CPython 运行时打包后端) 。
7+ AstrBot 的独立桌面端仓库。
88
99<a href =" https://github.com/AstrBotDevs/AstrBot " >原始项目仓库</a > |
1010<a href =" https://astrbot.app/ " >官方文档</a > |
Original file line number Diff line number Diff line change 2929 "active" : true ,
3030 "targets" : " all" ,
3131 "icon" : [
32+ " icons/icon.ico" ,
3233 " icons/icon.png"
3334 ],
3435 "resources" : {
You can’t perform that action at this time.
0 commit comments