diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b42b3d4..1eba8bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,8 @@ jobs: - name: Clean debug folders run: | - Remove-Item -Recurse -Force build/WACVR_BurstDebugInformation_DoNotShip - Remove-Item -Recurse -Force build/WACVR_BackUpThisFolder_ButDontShipItWithYourGame + Remove-Item -Recurse -Force C:\github\workspace\build\build\WACVR_BurstDebugInformation_DoNotShip + Remove-Item -Recurse -Force C:\github\workspace\build\WACVR_BackUpThisFolder_ButDontShipItWithYourGame shell: powershell - name: Upload artifact