File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,28 +40,16 @@ jobs:
4040 - name : Install dependencies
4141 run : npm ci
4242 env :
43- ELECTRON_MIRROR : https://npmmirror .com/mirrors /electron/
43+ ELECTRON_MIRROR : https://github .com/electron /electron/releases/download /
4444
4545 - name : Build application
4646 run : npm run build
4747
4848 - name : Build and Publish (macOS)
4949 if : matrix.os == 'macos-latest'
50- run : npx electron-builder --mac --${{ matrix.arch }} --publish=onTag
50+ run : npx electron-builder --mac --${{ matrix.arch }} --publish=always
5151 env :
5252 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53- ELECTRON_MIRROR : https://npmmirror .com/mirrors /electron/
53+ ELECTRON_MIRROR : https://github .com/electron /electron/releases/download /
5454
55- - name : Build and Publish (Windows)
56- if : matrix.os == 'windows-latest'
57- run : npx electron-builder --win --${{ matrix.arch }} --publish=onTag
58- env :
59- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60- ELECTRON_MIRROR : https://npmmirror.com/mirrors/electron/
61-
62- - name : Build and Publish (Linux)
63- if : matrix.os == 'ubuntu-latest'
64- run : npx electron-builder --linux --${{ matrix.arch }} --publish=onTag
65- env :
66- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67- ELECTRON_MIRROR : https://npmmirror.com/mirrors/electron/
55+ - name : Build and
Original file line number Diff line number Diff line change 55</p >
66
77<p align =" center " >
8- <img src =" https://img.shields.io/badge/Release-v1.1.0 -blue?style=flat-square&logo=github " alt =" Release " >
8+ <img src =" https://img.shields.io/badge/Release-v1.1.3 -blue?style=flat-square&logo=github " alt =" Release " >
99 <img src =" https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square " alt =" License " >
1010 <br >
1111 <a href =" https://www.electronjs.org/ " ><img src =" https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white " alt =" Electron " ></a >
Original file line number Diff line number Diff line change 55</p >
66
77<p align =" center " >
8- <img src =" https://img.shields.io/badge/Release-v1.1.0 -blue?style=flat-square&logo=github " alt =" Release " >
8+ <img src =" https://img.shields.io/badge/Release-v1.1.3 -blue?style=flat-square&logo=github " alt =" Release " >
99 <img src =" https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square " alt =" License " >
1010 <br >
1111 <a href =" https://www.electronjs.org/ " ><img src =" https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white " alt =" Electron " ></a >
Original file line number Diff line number Diff line change 11{
22 "name" : " chat2api" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " Chat2API 管理器 - 统一管理多个 AI 服务提供商,提供 OpenAI 兼容 API 接口" ,
55 "main" : " ./out/main/index.js" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments