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
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:
parent
6a1ba0256d
commit
c9008a590d
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user