From 5723ea95efb353309ce32a4b8b5ad62ac8ae816e Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Sun, 6 Feb 2022 18:42:27 -0500 Subject: [PATCH] fix artifacts paths --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 871f080..38c9b11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -403,7 +403,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} testMode: playmode - artifactsPath: artifacts/playmode + artifactsPath: artifacts/packageplaymode packageMode: true # Upload artifacts @@ -439,7 +439,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} testMode: editmode - artifactsPath: artifacts/editmode + artifactsPath: artifacts/packageeditmode packageMode: true # Configure second test runner @@ -449,7 +449,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} testMode: playmode - artifactsPath: artifacts/playmode + artifactsPath: artifacts/packageplaymode packageMode: true # Upload combined artifacts