diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 629fab8..79f1a96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README-ZH_CN.md b/README-ZH_CN.md index 4113f6b..3cee45d 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -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))** diff --git a/README.md b/README.md index 212b1e2..53a03f4 100644 --- a/README.md +++ b/README.md @@ -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))** diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index 78d8fe8..062cce6 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,9 +1,5 @@ # UPDATE LOG -## v0.8.1 - -fix: winget release - ## v0.8.0 feat: