Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
02ddb73665 |
@ -41,13 +41,13 @@ jobs:
|
||||
- standalone
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout with LFS
|
||||
uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
|
||||
with:
|
||||
lfs: true
|
||||
checkout-version: 4
|
||||
|
||||
# Cache
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||
@ -98,13 +98,13 @@ jobs:
|
||||
- StandaloneWindows # Build a Windows 64-bit standalone.
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout with LFS
|
||||
uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
checkout-version: 4
|
||||
|
||||
# Cache
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||
|
Reference in New Issue
Block a user