test action to free space (#517)

This commit is contained in:
minenice55 2023-07-30 21:07:53 -04:00 committed by GitHub
parent db8880f53b
commit 6a5be426c7

View file

@ -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