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
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
- name: Clean Library and Build folder
|
- name: Cache Unity Library (Speeds up builds)
|
||||||
run: |
|
uses: actions/cache@v3
|
||||||
rm -rf Library
|
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
|
||||||
with:
|
with:
|
||||||
path: Library
|
path: Library
|
||||||
key: Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
key: Library-${{ matrix.targetPlatform }}
|
||||||
restore-keys: |
|
restore-keys: Library-
|
||||||
Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
|
||||||
Library-
|
|
||||||
|
|
||||||
- name: Debug - List project files
|
- name: Debug - List project files
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user