Use actions/upload-artifact@v2 + update name and path

This commit is contained in:
Gabriel Le Breton 2020-10-09 10:15:55 -04:00
parent fc0818387d
commit c0c507b2b6

View File

@ -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 }}