test action to free space (#517)

This commit is contained in:
minenice55 2023-07-30 21:07:53 -04:00 committed by GitHub
parent 46b5fbf1fc
commit 2c7d8a1eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,14 @@ jobs:
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
if: matrix.targetPlatform != 'StandaloneWindows64'