fix: naming issue

This commit is contained in:
Hiddify
2023-11-08 01:12:42 +01:00
parent 6e5aa75acd
commit 9bcc76bb82

View File

@@ -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 }}