Fix bug in readme

pull/11/head v1.2
Webber 2020-01-31 01:11:30 +01:00 committed by Webber Takken
parent b181c9cdbe
commit 6f1c3ded0c
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v1
with:

View File

@ -184,6 +184,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v1
with: