Switch deletion to powershell
This commit is contained in:
parent
1156d41628
commit
ec8c4a8ee3
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -35,8 +35,9 @@ jobs:
|
||||
|
||||
- name: Clean debug folders
|
||||
run: |
|
||||
rmdir build\WACVR_BurstDebugInformation_DoNotShip /s /q
|
||||
rmdir build\WACVR_BackUpThisFolder_ButDontShipItWithYourGame /s /q
|
||||
Remove-Item -Recurse -Force build/WACVR_BurstDebugInformation_DoNotShip
|
||||
Remove-Item -Recurse -Force build/WACVR_BackUpThisFolder_ButDontShipItWithYourGame
|
||||
shell: powershell
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user