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 d738210 commit 074a3b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tag_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build Frontend
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build:release

- name: Zip Frontend dist
run: cd frontend && zip -r frontend.zip dist

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

Expand All @@ -39,5 +42,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
frontend/dist/*
worker/dist/*
frontend/frontend.zip
worker/dist/worker.js

0 comments on commit 074a3b6

Please sign in to comment.