This website requires JavaScript.
Explore
Help
Register
Sign In
qiukai
/
opc-manager
Watch
1
Star
0
Fork
0
You've already forked opc-manager
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
opc-manager
/
.gitea
/
workflows
History
mac
003b6f3bdb
fix(deploy): cleanup 按修改时间排序,防字母序误删新 release
...
原 find + sort(字母序)导致 a 开头的 commit sha 被误判为最旧版本删除。 改为 ls -dt(按修改时间倒序),tail -n +6 保留最近 5 个。
2026-06-29 17:02:55 +08:00
..
deploy.yml
fix(deploy): cleanup 按修改时间排序,防字母序误删新 release
2026-06-29 17:02:55 +08:00