Skip to content

Commit

Permalink
chore(release.yml): Add publish to winget in release actions
Browse files Browse the repository at this point in the history
See information about this github actions here : https://github.com/marketplace/actions/winget-releaser 

ref : lencx#142
  • Loading branch information
manudss authored Jan 5, 2023
1 parent a0896c9 commit ab0999d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ab0999d

Please sign in to comment.