1
0
mirror of synced 2024-11-13 17:50:51 +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 targetPlatform: StandaloneWindows64
buildName: WACVR buildName: WACVR
- name: Clean debug folders - name: Clean debug folder
run: | uses: JesseTG/rm@v1.0.3
Remove-Item -Recurse -Force C:\github\workspace\build\StandaloneWindows64\WACVR_BurstDebugInformation_DoNotShip with:
Remove-Item -Recurse -Force C:\github\workspace\build\StandaloneWindows64\WACVR_BackUpThisFolder_ButDontShipItWithYourGame path: build\StandaloneWindows64\WACVR_BurstDebugInformation_DoNotShip
shell: powershell
- name: Clean backup folder
uses: JesseTG/rm@v1.0.3
with:
path: build\StandaloneWindows64\WACVR_BackUpThisFolder_ButDontShipItWithYourGame
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v3.0.0