From ab1facda3b02679db2efc6f91bc69e9bfbf993e4 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:30:20 -0500 Subject: [PATCH] try to fix syntax error again --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2373b18..803851f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -277,7 +277,6 @@ jobs: testMode: - playmode - editmode - packageMode: true steps: ########################### @@ -301,6 +300,8 @@ jobs: testMode: ${{ matrix.testMode }} artifactsPath: ${{ matrix.testMode }}-artifacts customParameters: -profile SomeProfile -someBoolean -someValue exampleValue + packageMode: true + - uses: actions/upload-artifact@v2 with: name: Test results for ${{ matrix.testMode }}