edit cache
All checks were successful
Build project / Build for (StandaloneLinux64, 6000.0.37f1) (push) Successful in 28m9s
Build project / Build for (StandaloneWindows64, 6000.0.37f1) (push) Successful in 21m19s
Build project / Publish to itch.io (StandaloneLinux64) (push) Successful in 21s
Build project / Publish to itch.io (StandaloneWindows64) (push) Successful in 21s

This commit is contained in:
EthanPisani 2025-02-20 02:51:14 -05:00
parent 6a1ba0256d
commit c9008a590d

View File

@ -34,17 +34,12 @@ jobs:
fetch-depth: 0
lfs: true
- name: Clean Library and Build folder
run: |
rm -rf Library
- uses: actions/cache@v4
- name: Cache Unity Library (Speeds up builds)
uses: actions/cache@v3
with:
path: Library
key: Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Library-
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- name: Debug - List project files
run: |