mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 06:12:50 +08:00
Update tag_build.yml
This commit is contained in:
7
.github/workflows/tag_build.yml
vendored
7
.github/workflows/tag_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user