feat: 分析服务

This commit is contained in:
digua
2025-12-17 20:43:31 +08:00
parent 8abd196931
commit 1e08294472
6 changed files with 191 additions and 48 deletions

View File

@@ -62,6 +62,8 @@ jobs:
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
# 分析服务
MAIN_VITE_APTABASE_APP_KEY: ${{ secrets.APTABASE_APP_KEY }}
run: pnpm build:mac
- name: Upload macOS artifacts
@@ -112,6 +114,8 @@ jobs:
- name: Build Electron app for Windows
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# 分析服务
MAIN_VITE_APTABASE_APP_KEY: ${{ secrets.APTABASE_APP_KEY }}
run: pnpm build:win
- name: Upload Windows artifacts