1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

fix: winget release

This commit is contained in:
lencx 2023-01-07 14:38:16 +08:00
parent 3e4a4a3031
commit fad7c5221b

View File

@ -90,7 +90,7 @@ jobs:
# 📝: Edit the deployment directory
publish_dir: ./updater
force_orphan: true
publish-winget:
# Action can only be run on windows
runs-on: windows-latest
@ -99,5 +99,5 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: lencx.ChatGPT
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WINGET_TOKEN }}
version: ${{ env.version }}