diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 645f2c7..331e7e3 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -42,7 +42,7 @@ jobs: - name: Copying IDLs run: | ls IDLs - Copy-Item -Path IDLs\* -Destination External\ -Recurse + Copy-Item -Path D:\a\WinDurango\WinDurango\IDLs\* -Destination D:\a\WinDurango\WinDurango\External\ -Recurse ls External - name: Add MSBuild to PATH