fix(ci): extra -c for configuring path

This commit is contained in:
Neko Ayaka
2025-11-27 12:09:56 +08:00
parent a9600c6ec6
commit e5554410ff
@@ -27,7 +27,7 @@ jobs:
- app_name: stage-web
artifact_name: preview-build-stage-web
artifact_path: ./apps/stage-web/dist
wrangler_config_path: -c ./apps/stage-web/wrangler.toml
wrangler_config_path: ./apps/stage-web/wrangler.toml
steps:
- uses: actions/checkout@v6