Skip to content

Commit 9f5d3f0

Browse files
authored
[F] fix remove debug symbols
1 parent a43ac3f commit 9f5d3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Remove debug symbols (ChuniXR_BackUpThisFolder_ButDontShipItWithYourGame)
6262
- name: Remove Debug Symbols
6363
run: |
64-
$debug_symbols_path = "exported/ChuniXR_BackUpThisFolder_ButDontShipItWithYourGame"
64+
$debug_symbols_path = "exported/StandaloneWindows64/ChuniXR_BackUpThisFolder_ButDontShipItWithYourGame"
6565
if (Test-Path $debug_symbols_path) {
6666
Remove-Item -Recurse -Force $debug_symbols_path
6767
Write-Host "Debug symbols folder removed."

0 commit comments

Comments
 (0)