Skip to content

Commit 2697fe4

Browse files
authored
fix typo in windows release build (#61)
1 parent e1cc20f commit 2697fe4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,7 @@ jobs:
417417
- name: Bundle runtime DLLs
418418
run: |
419419
New-Item -ItemType Directory -Force -Path release\windows | Out-Null
420-
Copy-Item build\RelWithDebInfo\vsdf.exe release\windows\
421-
if (Test-Path build\RelWithDebInfo\vsdf.pdb) {
422-
Copy-Item build\RelWithDebInfo\vsdf.pdb release\windows\
423-
}
420+
Copy-Item build\Release\vsdf.exe release\windows\
424421
Get-ChildItem -Path C:\vcpkg\installed\x64-windows-static\bin\*.dll -ErrorAction SilentlyContinue | Copy-Item -Destination release\windows\ -Force
425422
# Prefer system Vulkan loader; avoid shipping vulkan-1.dll.
426423
Remove-Item -ErrorAction SilentlyContinue release\windows\vulkan-1.dll

0 commit comments

Comments
 (0)