test action to free space (#516)

This commit is contained in:
minenice55 2023-07-30 21:07:13 -04:00 committed by GitHub
parent 06a5d3e13c
commit 7c18046e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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