Compare commits

...

2 Commits

Author SHA1 Message Date
6b4cdec1ec ci: pin reusable workflow to jiangchang-platform-kit@3ee09bb (avoid stale @main)
Some checks failed
技能自动化发布 / release (push) Failing after 12s
Made-with: Cursor
2026-04-05 09:25:05 +08:00
52cef5a7c0 chore: sync from OpenClaw workspace (2026-04-05 09:17)
Some checks failed
技能自动化发布 / release (push) Failing after 11s
2026-04-05 09:17:20 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ on:
jobs:
release:
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@main
# Pin kit commit so runner does not use a stale @main snapshot (must bump when kit workflow changes).
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@3ee09bbd73510137436dc44598eee3eb0dd1f820
with:
artifact_platform: windows
pyarmor_platform: windows.x86_64

3
.gitignore vendored
View File

@@ -0,0 +1,3 @@
__pycache__/
*.py[cod]
.env