Merge pull request #154 from manudss/patch-1

This commit is contained in:
lencx
2023-01-05 20:48:38 +08:00
committed by GitHub

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