mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-01 19:14:27 +02:00
test action to free space (#517)
This commit is contained in:
parent
46b5fbf1fc
commit
2c7d8a1eda
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -52,6 +52,14 @@ jobs:
|
|||||||
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
|
||||||
if: matrix.targetPlatform != 'StandaloneWindows64'
|
if: matrix.targetPlatform != 'StandaloneWindows64'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user