Fix minor typo in mac build test workflow (#333)
parent
c7907c7e78
commit
a6ebcb5b75
|
@ -69,6 +69,6 @@ jobs:
|
||||||
###########################
|
###########################
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Build Windows (${{ matrix.unityVersion }})
|
name: Build MacOS (${{ matrix.unityVersion }})
|
||||||
path: build
|
path: build
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue