Update tag_build.yml

This commit is contained in:
Dream Hunter
2024-04-12 23:28:41 +08:00
committed by GitHub
parent d738210cb5
commit 074a3b6f2a

View File

@@ -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
@@ -39,5 +42,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
frontend/dist/*
worker/dist/*
frontend/frontend.zip
worker/dist/worker.js