summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-26 01:26:01 -0400
committerGitHub <noreply@github.com>2023-06-26 01:26:01 -0400
commit6ad555db586bb7fd2d3ec13f14b67bebeb8bfa24 (patch)
tree5ef2280e27dca208d679230b88169ef392bbf396
parent6ee810f007cfa5fd2bacffd07fc8a360c3ec00b5 (diff)
ci: fix winget package identifier (#1225)
-rw-r--r--.github/workflows/post-release.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index ad2dd3f8..e76fb2f7 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -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 }}