mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-06 05:53:36 +08:00
feat: upgrade dependencies && add ci build telegram-frontend.zip (#467)
This commit is contained in:
7
.github/workflows/tag_build.yml
vendored
7
.github/workflows/tag_build.yml
vendored
@@ -32,6 +32,12 @@ jobs:
|
||||
- name: Zip Frontend dist
|
||||
run: cd frontend/dist/ && zip -r frontend.zip *
|
||||
|
||||
- name: Build Telegram Frontend
|
||||
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build:telegram
|
||||
|
||||
- name: Zip Telegram Frontend dist
|
||||
run: cd frontend/dist/ && zip -r telegram-frontend.zip *
|
||||
|
||||
- name: cp wrangler.toml
|
||||
run: cd worker && cp wrangler.toml.template wrangler.toml
|
||||
|
||||
@@ -43,4 +49,5 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
frontend/dist/frontend.zip
|
||||
frontend/dist/telegram-frontend.zip
|
||||
worker/dist/worker.js
|
||||
|
||||
Reference in New Issue
Block a user