ci: updating workflow with latest LFS options
All checks were successful
Create tag, test, build and upload / BumpTag (push) Successful in 9s
Create tag, test, build and upload / Test (editmode) (push) Successful in 1m12s
Create tag, test, build and upload / Test (playmode) (push) Successful in 1m5s
Create tag, test, build and upload / Test (standalone) (push) Successful in 1m35s
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Successful in 3m11s
Create tag, test, build and upload / Build (StandaloneWindows) (push) Successful in 2m36s
Create tag, test, build and upload / Build (WebGL) (push) Successful in 4m17s
All checks were successful
Create tag, test, build and upload / BumpTag (push) Successful in 9s
Create tag, test, build and upload / Test (editmode) (push) Successful in 1m12s
Create tag, test, build and upload / Test (playmode) (push) Successful in 1m5s
Create tag, test, build and upload / Test (standalone) (push) Successful in 1m35s
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Successful in 3m11s
Create tag, test, build and upload / Build (StandaloneWindows) (push) Successful in 2m36s
Create tag, test, build and upload / Build (WebGL) (push) Successful in 4m17s
This commit is contained in:
@ -42,13 +42,13 @@ jobs:
|
|||||||
- standalone
|
- standalone
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout with LFS
|
||||||
uses: actions/checkout@v4
|
uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
|
||||||
with:
|
with:
|
||||||
lfs: true
|
checkout-version: 4
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: Library
|
path: Library
|
||||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||||
@ -99,13 +99,13 @@ jobs:
|
|||||||
- StandaloneWindows # Build a Windows 64-bit standalone.
|
- StandaloneWindows # Build a Windows 64-bit standalone.
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout with LFS
|
||||||
uses: actions/checkout@v4
|
uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
|
||||||
with:
|
with:
|
||||||
lfs: true
|
checkout-version: 4
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: Library
|
path: Library
|
||||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||||
|
Reference in New Issue
Block a user