mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-05 21:12:42 +08:00
fix: naming issue
This commit is contained in:
parent
6e5aa75acd
commit
9bcc76bb82
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -394,6 +394,6 @@ jobs:
|
||||
publish-type: "Update"
|
||||
user: "Hiddify"
|
||||
package: "Next"
|
||||
version: ${{ github.ref }}
|
||||
url: "https://github.com/hiddify/hiddify-next/releases/download/${{ github.ref }}/hiddify-windows-x64-setup.zip"
|
||||
version: ${{ github.ref_name }}
|
||||
url: "https://github.com/hiddify/hiddify-next/releases/download/${{ github.ref_name }}/hiddify-windows-x64-setup.zip"
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user