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 }}
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
customParameters: '-nographics'
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Build
|
||||
path: build
|
||||
name: ${{ matrix.targetPlatform }}-unity-builder-${{ matrix.unityBuilderVersion }}
|
||||
path: build/${{ matrix.targetPlatform }}
|
||||
|
Loading…
Reference in New Issue
Block a user