We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011bc2e commit 72f11a1Copy full SHA for 72f11a1
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
foreach ($plugin in $plugins) {
50
Write-Host "Downloading $plugin ..."
51
- gh release download --repo "KinectToVR/$plugin" --pattern "*.zip" --dir artifacts ame2-latest
+ gh release download --repo "KinectToVR/$plugin" --pattern "*.zip" --dir artifacts ame-latest
52
53
Get-ChildItem artifacts -Filter *.zip | ForEach-Object {
54
$dest = "Plugins_WINDOWS/$plugin"
0 commit comments