1
0
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:
Emmanuel De Saint Steban 2023-01-05 10:48:23 +01:00 committed by GitHub
parent a0896c9799
commit ab0999d7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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