1
0
mirror of synced 2024-11-13 17:50:51 +01:00

Switch deletion to powershell

This commit is contained in:
Burrito 2023-08-01 04:48:20 +00:00 committed by GitHub
parent 1156d41628
commit ec8c4a8ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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