We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215eade commit 33d9558Copy full SHA for 33d9558
1 file changed
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
"ModuleName" = "VRCFTPicoModule"
49
"ModuleDescription" = "The module provides face tracking for the Pico 4 Pro / Enterprise over PICO Connect for use with VRCFT."
50
"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"
+ "DownloadUrl" = "https://github.com/lonelyicer/VRCFTPicoModule/releases/download/v$version/VRCFTPicoModule.zip"
52
"ModulePageUrl" = "https://github.com/lonelyicer/VRCFTPicoModule"
53
"DllFileName" = "VRCFTPicoModule.dll"
54
} | ConvertTo-Json -Compress
0 commit comments