ci: fix winget uploader

This commit is contained in:
MystiPanda 2024-07-15 23:06:54 +08:00
parent ec1601f317
commit f2e5f0754c
No known key found for this signature in database

View File

@ -275,5 +275,6 @@ jobs:
with:
identifier: ClashVergeRev.ClashVergeRev
version: ${{env.VERSION}}
release-tag: v${{env.VERSION}}
installers-regex: '_(arm64|x64|x86)-setup\.exe$'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WINGET_TOKEN }}