mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
chore(release.yml): Add publish to winget in release actions
See information about this github actions here : https://github.com/marketplace/actions/winget-releaser ref : #142
This commit is contained in:
parent
a0896c9799
commit
ab0999d7d7
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -90,3 +90,14 @@ jobs:
|
||||
# 📝: Edit the deployment directory
|
||||
publish_dir: ./updater
|
||||
force_orphan: true
|
||||
|
||||
publish-winget:
|
||||
# Action can only be run on windows
|
||||
runs-on: windows-latest
|
||||
needs: [create-release, build-tauri]
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
identifier: lencx.ChatGPT
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: ${{ env.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user