mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
v0.8.0
This commit is contained in:
28
.github/workflows/release.yml
vendored
28
.github/workflows/release.yml
vendored
@@ -73,22 +73,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}
|
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}
|
||||||
|
|
||||||
# updater:
|
updater:
|
||||||
# runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# needs: [create-release, build-tauri]
|
needs: [create-release, build-tauri]
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# - run: yarn
|
- run: yarn
|
||||||
# - run: yarn updater --token=${{ secrets.GITHUB_TOKEN }}
|
- run: yarn updater --token=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Deploy install.json
|
- name: Deploy install.json
|
||||||
# uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
# with:
|
with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# # 📝: Edit the deployment directory
|
# 📝: Edit the deployment directory
|
||||||
# publish_dir: ./updater
|
publish_dir: ./updater
|
||||||
# force_orphan: true
|
force_orphan: true
|
||||||
|
|
||||||
publish-winget:
|
publish-winget:
|
||||||
# Action can only be run on windows
|
# Action can only be run on windows
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
winget install --id=lencx.ChatGPT -e
|
winget install --id=lencx.ChatGPT -e
|
||||||
|
|
||||||
# install the specified version
|
# install the specified version
|
||||||
winget install --id=lencx.ChatGPT -e --version 0.8.0
|
winget install --id=lencx.ChatGPT -e --version 0.7.4
|
||||||
```
|
```
|
||||||
|
|
||||||
**注意:如果安装路径和应用名称相同,会导致冲突 ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.8.0))**
|
**注意:如果安装路径和应用名称相同,会导致冲突 ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.8.0))**
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
winget install --id=lencx.ChatGPT -e
|
winget install --id=lencx.ChatGPT -e
|
||||||
|
|
||||||
# install the specified version
|
# install the specified version
|
||||||
winget install --id=lencx.ChatGPT -e --version 0.8.0
|
winget install --id=lencx.ChatGPT -e --version 0.7.4
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note: If the installation path and application name are the same, it will lead to conflict ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.8.0))**
|
**Note: If the installation path and application name are the same, it will lead to conflict ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.8.0))**
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
# UPDATE LOG
|
# UPDATE LOG
|
||||||
|
|
||||||
## v0.8.1
|
|
||||||
|
|
||||||
fix: winget release
|
|
||||||
|
|
||||||
## v0.8.0
|
## v0.8.0
|
||||||
|
|
||||||
feat:
|
feat:
|
||||||
|
|||||||
Reference in New Issue
Block a user