mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
fix: winget release
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
# 📝: 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
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@@ -99,5 +99,5 @@ jobs:
|
|||||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||||
with:
|
with:
|
||||||
identifier: lencx.ChatGPT
|
identifier: lencx.ChatGPT
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
version: ${{ env.version }}
|
version: ${{ env.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user