Update README.md

This commit is contained in:
Webber Takken 2020-02-01 21:16:07 +01:00
parent 0399609b07
commit 2fa5b33111

View File

@ -48,7 +48,7 @@ your license file and add it as a secret.
Then, define the build step as follows: Then, define the build step as follows:
```yaml ```yaml
- uses: webbertakken/unity-builder@v0.9 - uses: webbertakken/unity-builder@v0.10
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with: with:
@ -70,7 +70,7 @@ Instead, three variables will need to be set.
Define the build step as follows: Define the build step as follows:
```yaml ```yaml
- uses: webbertakken/unity-builder@v0.9 - uses: webbertakken/unity-builder@v0.10
env: env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@ -174,7 +174,7 @@ jobs:
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-builder@v0.9 - uses: webbertakken/unity-builder@v0.10
with: with:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}