Skip to content

Commit 33d9558

Browse files
authored
ci: fix download link
1 parent 215eade commit 33d9558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
"ModuleName" = "VRCFTPicoModule"
4949
"ModuleDescription" = "The module provides face tracking for the Pico 4 Pro / Enterprise over PICO Connect for use with VRCFT."
5050
"UsageInstructions" = "You need to change the value of ‘faceTrackingTransferProtocol’ in ‘%AppData%/PICO Connect/settings.json’ to 1 or 2."
51-
"DownloadUrl" = "https://github.com/lonelyicer/VRCFTPicoModule/releases/download/$version/VRCFTPicoModule.zip"
51+
"DownloadUrl" = "https://github.com/lonelyicer/VRCFTPicoModule/releases/download/v$version/VRCFTPicoModule.zip"
5252
"ModulePageUrl" = "https://github.com/lonelyicer/VRCFTPicoModule"
5353
"DllFileName" = "VRCFTPicoModule.dll"
5454
} | ConvertTo-Json -Compress

0 commit comments

Comments
 (0)