Trying a deletion action
This commit is contained in:
parent
ce1619bc0b
commit
f53444d03a
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user