Skip to content

Commit f803b5a

Browse files
manudssSomsak Meesangpetch
authored and
Somsak Meesangpetch
committed
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 : lencx#142
1 parent 70ae2d4 commit f803b5a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

+11
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,14 @@ jobs:
9090
# 📝: Edit the deployment directory
9191
publish_dir: ./updater
9292
force_orphan: true
93+
94+
publish-winget:
95+
# Action can only be run on windows
96+
runs-on: windows-latest
97+
needs: [create-release, build-tauri]
98+
steps:
99+
- uses: vedantmgoyal2009/winget-releaser@v1
100+
with:
101+
identifier: lencx.ChatGPT
102+
token: ${{ secrets.GITHUB_TOKEN }}
103+
version: ${{ env.version }}

0 commit comments

Comments
 (0)