Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Feb 1, 2020
1 parent 0399609 commit 2fa5b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 2fa5b33

Please sign in to comment.