Update tag_build.yml

This commit is contained in:
Dream Hunter
2024-04-14 13:47:52 +08:00
committed by GitHub
parent 02835c18e9
commit cb758ec012

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/dist/ && zip -r frontend.zip *
- name: cp wrangler.toml
run: cd worker && cp wrangler.toml.template wrangler.toml