This commit is contained in:
lencx
2023-01-07 15:25:08 +08:00
parent 81ff2b89f1
commit b791044a22
4 changed files with 16 additions and 20 deletions

View File

@@ -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

View File

@@ -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))**

View File

@@ -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))**

View File

@@ -1,9 +1,5 @@
# UPDATE LOG # UPDATE LOG
## v0.8.1
fix: winget release
## v0.8.0 ## v0.8.0
feat: feat: