Skip to content

Commit

Permalink
ci: fix winget package identifier (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Jun 26, 2023
1 parent 6ee810f commit 6ad555d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6ad555d

Please sign in to comment.