'修复action脚本里的命令错误'

This commit is contained in:
2026-04-07 21:33:52 +08:00
parent f1784a9a7c
commit b97545dc4b

View File

@@ -22,7 +22,7 @@ jobs:
shell: cmd # 指定使用 Windows 命令行
run: |
pnpm install
node scripts/deploy.js
pnpm run dpl
env:
# 将 Gitea 的 Secrets 映射给脚本使用的环境变量
SENTRY_URL: ${{ secrets.GLITCHTIP_URL }}