Some checks failed
技能自动化发布 / release (push) Failing after 12s
Made-with: Cursor
12 lines
389 B
YAML
12 lines
389 B
YAML
name: 技能自动化发布
|
|
on:
|
|
push:
|
|
tags: ["v*"]
|
|
|
|
jobs:
|
|
release:
|
|
# 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 |