Use actions/upload-artifact@v2 + update name and path
This commit is contained in:
parent
fc0818387d
commit
c0c507b2b6
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
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: ${{ matrix.targetPlatform }}-unity-builder-${{ matrix.unityBuilderVersion }}
|
||||||
path: build
|
path: build/${{ matrix.targetPlatform }}
|
||||||
|
Loading…
Reference in New Issue
Block a user