Update actions versions (#6)
This commit is contained in:
parent
15fcbf34c2
commit
b9d87481f7
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- uses: actions/cache@v1.1.0
|
- uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: Library
|
path: Library
|
||||||
key: Library-test-project-${{ matrix.targetPlatform }}
|
key: Library-test-project-${{ matrix.targetPlatform }}
|
||||||
@ -84,20 +84,20 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- uses: actions/cache@v1.1.0
|
- uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: ${{ matrix.projectPath }}/Library
|
path: ${{ matrix.projectPath }}/Library
|
||||||
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
|
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-${{ matrix.projectPath }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
Library-
|
Library-
|
||||||
- uses: webbertakken/unity-builder@v1.4
|
- uses: webbertakken/unity-builder@v2.0-alpha-3
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ env.PROJECT_PATH }}
|
projectPath: ${{ env.PROJECT_PATH }}
|
||||||
unityVersion: ${{ env.UNITY_VERSION }}
|
unityVersion: ${{ env.UNITY_VERSION }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
customParameters: "-nographics"
|
customParameters: "-nographics"
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
path: build
|
path: build
|
||||||
|
Loading…
Reference in New Issue
Block a user