Files
skill-template/.github/workflows/release_skill.yaml
chendelian c7d7832749
All checks were successful
技能自动化发布 / release (push) Successful in 8s
chore: auto release commit (2026-06-14 11:12:03)
2026-06-14 11:12:04 +08:00

14 lines
318 B
YAML

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