Skip to content

Commit 2c1ef01

Browse files
committed
Update readme to reflect v0.11
1 parent dfccf53 commit 2c1ef01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ your license file and add it as a secret.
5151
Then, define the build step as follows:
5252

5353
```yaml
54-
- uses: webbertakken/unity-builder@v0.10
54+
- uses: webbertakken/unity-builder@v0.11
5555
env:
5656
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
5757
with:
@@ -73,7 +73,7 @@ Instead, three variables will need to be set.
7373
Define the build step as follows:
7474

7575
```yaml
76-
- uses: webbertakken/unity-builder@v0.10
76+
- uses: webbertakken/unity-builder@v0.11
7777
env:
7878
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
7979
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -177,7 +177,7 @@ jobs:
177177
restore-keys: |
178178
Library-${{ matrix.projectPath }}-
179179
Library-
180-
- uses: webbertakken/unity-builder@v0.10
180+
- uses: webbertakken/unity-builder@v0.11
181181
with:
182182
projectPath: ${{ matrix.projectPath }}
183183
unityVersion: ${{ matrix.unityVersion }}

0 commit comments

Comments
 (0)