mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00: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:
committed by
GitHub
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
|
# 📝: Edit the deployment directory
|
||||||
publish_dir: ./updater
|
publish_dir: ./updater
|
||||||
force_orphan: true
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user