ci: fix winget package identifier (#1225)

This commit is contained in:
Clement Tsang 2023-06-26 01:26:01 -04:00 committed by GitHub
parent 6ee810f007
commit 6ad555db58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,8 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c # v2
with:
identifier: Package.Identifier
identifier: Clement.bottom
installers-regex: '^bottom_x86_64_installer\.msi$'
token: ${{ secrets.WINGET_TOKEN }}
version: ${{ env.RELEASE_VERSION }}
release-tag: ${{ env.RELEASE_VERSION }}
token: ${{ secrets.WINGET_TOKEN }}