fix artifacts paths
parent
510d7f0818
commit
5723ea95ef
|
@ -403,7 +403,7 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
testMode: playmode
|
testMode: playmode
|
||||||
artifactsPath: artifacts/playmode
|
artifactsPath: artifacts/packageplaymode
|
||||||
packageMode: true
|
packageMode: true
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
|
@ -439,7 +439,7 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
testMode: editmode
|
testMode: editmode
|
||||||
artifactsPath: artifacts/editmode
|
artifactsPath: artifacts/packageeditmode
|
||||||
packageMode: true
|
packageMode: true
|
||||||
|
|
||||||
# Configure second test runner
|
# Configure second test runner
|
||||||
|
@ -449,7 +449,7 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
testMode: playmode
|
testMode: playmode
|
||||||
artifactsPath: artifacts/playmode
|
artifactsPath: artifacts/packageplaymode
|
||||||
packageMode: true
|
packageMode: true
|
||||||
|
|
||||||
# Upload combined artifacts
|
# Upload combined artifacts
|
||||||
|
|
Loading…
Reference in New Issue