mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-15 06:05:10 +00:00
test action to free space (#516)
This commit is contained in:
parent
06a5d3e13c
commit
7c18046e19
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -51,6 +51,14 @@ jobs:
|
||||||
buildsPath: build
|
buildsPath: build
|
||||||
buildMethod: UnityBuilderAction.BuildScript.Build
|
buildMethod: UnityBuilderAction.BuildScript.Build
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
|
||||||
|
# clean up stuff we no longer need
|
||||||
|
- name: Clean up
|
||||||
|
run: |
|
||||||
|
rm -rf ./Assets
|
||||||
|
rm -rf ./Library
|
||||||
|
rm -rf ./Packages
|
||||||
|
rm -rf ./ProjectSettings
|
||||||
|
|
||||||
# Required on Mac/Linux to keep executable permissions
|
# Required on Mac/Linux to keep executable permissions
|
||||||
- name: Tar files
|
- name: Tar files
|
||||||
|
|
Loading…
Reference in a new issue