mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
test action to free space (#517)
This commit is contained in:
parent
db8880f53b
commit
6a5be426c7
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
|
||||
buildMethod: UnityBuilderAction.BuildScript.Build
|
||||
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
|
||||
- name: Tar files
|
||||
|
|
Loading…
Reference in a new issue