We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90be32 commit fabc0dfCopy full SHA for fabc0df
1 file changed
.github/workflows/publish.yml
@@ -72,11 +72,11 @@ jobs:
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
75
- # 自动化提交到 Winget 官方仓库
76
- name: Submit to Winget
77
- # if: steps.check_tag.outputs.EXISTS == 'false'
+ # 删掉 if,让它强制运行
78
uses: vedantmgoyal2009/winget-releaser@v2
79
with:
80
- identifier: Justsenger.ExHyperV # (需先手动提交一次初版)
+ identifier: Justsenger.ExHyperV
81
installers-regex: '\.zip$'
82
- token: ${{ secrets.WINGET_TOKEN }} # 需要在仓库设置中配置 PAT
+ token: ${{ secrets.WINGET_TOKEN }}
+ version: 1.4.2 # <--- 强制指定版本号为 1.4.2
0 commit comments