Clean debug folders on autobuild
This commit is contained in:
parent
1399bee518
commit
1156d41628
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -24,12 +24,19 @@ jobs:
|
||||
Library-
|
||||
|
||||
- uses: game-ci/unity-builder@v2
|
||||
name: Build project
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
with:
|
||||
targetPlatform: StandaloneWindows64
|
||||
buildName: WACVR
|
||||
|
||||
- name: Clean debug folders
|
||||
run: |
|
||||
rmdir build\WACVR_BurstDebugInformation_DoNotShip /s /q
|
||||
rmdir build\WACVR_BackUpThisFolder_ButDontShipItWithYourGame /s /q
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user