Skip to content

Commit 72f11a1

Browse files
authored
Update build.yml
1 parent 011bc2e commit 72f11a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
foreach ($plugin in $plugins) {
5050
Write-Host "Downloading $plugin ..."
51-
gh release download --repo "KinectToVR/$plugin" --pattern "*.zip" --dir artifacts ame2-latest
51+
gh release download --repo "KinectToVR/$plugin" --pattern "*.zip" --dir artifacts ame-latest
5252
5353
Get-ChildItem artifacts -Filter *.zip | ForEach-Object {
5454
$dest = "Plugins_WINDOWS/$plugin"

0 commit comments

Comments
 (0)