1
0
mirror of synced 2024-11-12 01:00:52 +01:00

Trying a deletion action

This commit is contained in:
Burrito 2023-08-01 17:48:38 -07:00 committed by GitHub
parent ce1619bc0b
commit f53444d03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,15 @@ jobs:
targetPlatform: StandaloneWindows64
buildName: WACVR
- name: Clean debug folders
run: |
Remove-Item -Recurse -Force C:\github\workspace\build\StandaloneWindows64\WACVR_BurstDebugInformation_DoNotShip
Remove-Item -Recurse -Force C:\github\workspace\build\StandaloneWindows64\WACVR_BackUpThisFolder_ButDontShipItWithYourGame
shell: powershell
- name: Clean debug folder
uses: JesseTG/rm@v1.0.3
with:
path: build\StandaloneWindows64\WACVR_BurstDebugInformation_DoNotShip
- name: Clean backup folder
uses: JesseTG/rm@v1.0.3
with:
path: build\StandaloneWindows64\WACVR_BackUpThisFolder_ButDontShipItWithYourGame
- name: Upload artifact
uses: actions/upload-artifact@v3.0.0