Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 90911fb

Browse files
committed
Fix dll output path for windows
1 parent dbd201f commit 90911fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: pwsh
6161
run: |
6262
New-Item -ItemType Directory -Path build\output\bin -Force
63-
Copy-Item -Path build\mono-lang-module.dll -Destination build\output\bin
63+
Copy-Item -Path build\${{ env.BUILD_TYPE }}\mono-lang-module.dll -Destination build\output\bin
6464
Copy-Item -Path build\mono-lang-module.pmodule -Destination build\output
6565
$CONFIG_PATH = (Get-Item -Path 'build\configs' -Force).Target
6666
Move-Item -Path $CONFIG_PATH -Destination build\output

0 commit comments

Comments
 (0)