Files
skill-template/.github/workflows/release_skill.yaml
chendelian 30803a0834
All checks were successful
技能自动化发布 / release (push) Successful in 5s
chore: auto release commit (2026-06-21 10:51:04)
2026-06-21 10:51:05 +08:00

14 lines
327 B
YAML

name: 技能自动化发布
on:
push:
tags: ["v*"]
jobs:
release:
uses: client-jiangchang/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@main
secrets:
PYARMOR_REG_B64: ${{ secrets.PYARMOR_REG_B64 }}
with:
artifact_platform: windows
pyarmor_platform: windows.x86_64