Compare commits
3 Commits
b488cf05e5
...
v0.7.0
Author | SHA1 | Date | |
---|---|---|---|
9e16a1d140 | |||
d2ae57cefd | |||
8be3bb39eb |
@ -42,13 +42,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/**') }}
|
||||
@ -99,13 +99,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/**') }}
|
||||
|
@ -4,5 +4,8 @@
|
||||
EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes: []
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/SampleScene.unity
|
||||
guid: 9fc0d4010bbf28b4594072e72b8655ab
|
||||
m_configObjects: {}
|
||||
|
Reference in New Issue
Block a user