Skip to content

Commit b14455b

Browse files
authored
Update BuildProgram.yml
1 parent 3e61043 commit b14455b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildProgram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Delete unused runtime subfolders
5959
shell: pwsh
6060
run: |
61-
$runtimePath = ".\bin\githubActions\runtimes"
61+
$runtimePath = "C:\ogkrEditorBuild\runtimes"
6262
Get-ChildItem -Path $runtimePath -Directory |
6363
Where-Object { $_.Name -ne "win-x64" } |
6464
Remove-Item -Recurse -Force

0 commit comments

Comments
 (0)