From dccd5037c220d54e40c24ff5af1c1642565ab1ea Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Sun, 19 Jan 2025 15:56:48 -0600 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index f5d32e6..7fc453e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -43,7 +43,7 @@ jobs: run: | ls . ls .\IDLs - Copy-Item -Path .\IDLs\* -Destination .\External\ -Recurse + Copy-Item -Path .\IDLs\* -Destination .\dlls\winrt_x\External\ -Recurse ls External - name: Add MSBuild to PATH