Skip to content

Commit

Permalink
Update tag_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored Apr 12, 2024
1 parent 49d29ac commit cfeafb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Build Frontend
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build:release

- name: cp wrangler.toml
run: cd worker && cp wrangler.toml.template wrangler.toml

- name: Build Backend
run: cd worker && pnpm install --no-frozen-lockfile && pnpm build

Expand Down

0 comments on commit cfeafb2

Please sign in to comment.