mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
fix combined artifacts for package mode
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -439,7 +439,7 @@ jobs:
|
||||
projectPath: ${{ matrix.projectPath }}
|
||||
unityVersion: ${{ matrix.unityVersion }}
|
||||
testMode: editmode
|
||||
artifactsPath: artifacts/packageeditmode
|
||||
artifactsPath: packageArtifacts/editmode
|
||||
packageMode: true
|
||||
|
||||
# Configure second test runner
|
||||
@@ -449,7 +449,7 @@ jobs:
|
||||
projectPath: ${{ matrix.projectPath }}
|
||||
unityVersion: ${{ matrix.unityVersion }}
|
||||
testMode: playmode
|
||||
artifactsPath: artifacts/packageplaymode
|
||||
artifactsPath: packageArtifacts/playmode
|
||||
packageMode: true
|
||||
|
||||
# Upload combined artifacts
|
||||
|
||||
Reference in New Issue
Block a user