ci(workflow): 将发布工作流的运行环境从server-runner改为web-runner

This commit is contained in:
shanshanzhong 2025-07-26 21:10:13 -07:00
parent ab83e25035
commit 502577f027

View File

@ -39,7 +39,7 @@ env:
jobs: jobs:
publish: publish:
name: Publish Release Assets name: Publish Release Assets
runs-on: server-runner runs-on: web-runner
steps: steps: