Files
account-manager/.github/workflows/release_skill.yaml
chendelian bfb9c15f13
Some checks failed
技能自动化发布 / release (push) Failing after 12s
ci: use kit @main + pass PYARMOR_REG_B64 for licensed CI obfuscation
Made-with: Cursor
2026-04-05 09:28:58 +08:00

13 lines
314 B
YAML

name: 技能自动化发布
on:
push:
tags: ["v*"]
jobs:
release:
uses: admin/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