mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
v0.8.0
This commit is contained in:
parent
81ff2b89f1
commit
b791044a22
28
.github/workflows/release.yml
vendored
28
.github/workflows/release.yml
vendored
@ -73,22 +73,22 @@ jobs:
|
||||
with:
|
||||
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}
|
||||
|
||||
# updater:
|
||||
# runs-on: ubuntu-20.04
|
||||
# needs: [create-release, build-tauri]
|
||||
updater:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [create-release, build-tauri]
|
||||
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - run: yarn
|
||||
# - run: yarn updater --token=${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: yarn
|
||||
- run: yarn updater --token=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: Deploy install.json
|
||||
# uses: peaceiris/actions-gh-pages@v3
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# # 📝: Edit the deployment directory
|
||||
# publish_dir: ./updater
|
||||
# force_orphan: true
|
||||
- name: Deploy install.json
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# 📝: Edit the deployment directory
|
||||
publish_dir: ./updater
|
||||
force_orphan: true
|
||||
|
||||
publish-winget:
|
||||
# Action can only be run on windows
|
||||
|
@ -29,7 +29,7 @@
|
||||
winget install --id=lencx.ChatGPT -e
|
||||
|
||||
# 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))**
|
||||
|
@ -31,7 +31,7 @@
|
||||
winget install --id=lencx.ChatGPT -e
|
||||
|
||||
# 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))**
|
||||
|
@ -1,9 +1,5 @@
|
||||
# UPDATE LOG
|
||||
|
||||
## v0.8.1
|
||||
|
||||
fix: winget release
|
||||
|
||||
## v0.8.0
|
||||
|
||||
feat:
|
||||
|
Loading…
Reference in New Issue
Block a user