From 2fa5b3311111c5f1b8da8f654a490967532a5b33 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 1 Feb 2020 21:16:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82aeab89..703e28b7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ your license file and add it as a secret. Then, define the build step as follows: ```yaml -- uses: webbertakken/unity-builder@v0.9 +- uses: webbertakken/unity-builder@v0.10 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: @@ -70,7 +70,7 @@ Instead, three variables will need to be set. Define the build step as follows: ```yaml -- uses: webbertakken/unity-builder@v0.9 +- uses: webbertakken/unity-builder@v0.10 env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} @@ -174,7 +174,7 @@ jobs: restore-keys: | Library-${{ matrix.projectPath }}- Library- - - uses: webbertakken/unity-builder@v0.9 + - uses: webbertakken/unity-builder@v0.10 with: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }}