From 9e292764a58cbf885a659c0114758f603b483915 Mon Sep 17 00:00:00 2001 From: Webber Date: Fri, 31 Jan 2020 01:11:30 +0100 Subject: [PATCH] Fix bug in readme --- .github/workflows/main.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e2ab13..d3c1c2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/README.md b/README.md index 6748c77..07b3612 100644 --- a/README.md +++ b/README.md @@ -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: