Update tag_build.yml

This commit is contained in:
Dream Hunter
2024-04-14 13:38:46 +08:00
committed by GitHub
parent f83492e683
commit 02835c18e9

View File

@@ -30,7 +30,7 @@ jobs:
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build:release
- name: Zip Frontend dist
run: cd frontend && zip -r frontend.zip dist
run: cd frontend && zip -r frontend.zip dist/
- name: cp wrangler.toml
run: cd worker && cp wrangler.toml.template wrangler.toml