From 2c1ef01beb603d98e4e543f2c1af8bfda0b29d43 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 11 Feb 2020 20:49:35 +0100 Subject: [PATCH] Update readme to reflect v0.11 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d793aa6f..5c5e6c8a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ your license file and add it as a secret. Then, define the build step as follows: ```yaml -- uses: webbertakken/unity-builder@v0.10 +- uses: webbertakken/unity-builder@v0.11 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: @@ -73,7 +73,7 @@ Instead, three variables will need to be set. Define the build step as follows: ```yaml -- uses: webbertakken/unity-builder@v0.10 +- uses: webbertakken/unity-builder@v0.11 env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} @@ -177,7 +177,7 @@ jobs: restore-keys: | Library-${{ matrix.projectPath }}- Library- - - uses: webbertakken/unity-builder@v0.10 + - uses: webbertakken/unity-builder@v0.11 with: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }}