Skip to content

Commit fabc0df

Browse files
authored
手动向 winget 提交 1.4.2
1 parent c90be32 commit fabc0df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

75-
# 自动化提交到 Winget 官方仓库
7675
- name: Submit to Winget
77-
# if: steps.check_tag.outputs.EXISTS == 'false'
76+
# 删掉 if,让它强制运行
7877
uses: vedantmgoyal2009/winget-releaser@v2
7978
with:
80-
identifier: Justsenger.ExHyperV # (需先手动提交一次初版)
79+
identifier: Justsenger.ExHyperV
8180
installers-regex: '\.zip$'
82-
token: ${{ secrets.WINGET_TOKEN }} # 需要在仓库设置中配置 PAT
81+
token: ${{ secrets.WINGET_TOKEN }}
82+
version: 1.4.2 # <--- 强制指定版本号为 1.4.2

0 commit comments

Comments
 (0)