File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ your license file and add it as a secret.
51
51
Then, define the build step as follows:
52
52
53
53
``` yaml
54
- - uses : webbertakken/unity-builder@v0.10
54
+ - uses : webbertakken/unity-builder@v0.11
55
55
env :
56
56
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
57
57
with :
@@ -73,7 +73,7 @@ Instead, three variables will need to be set.
73
73
Define the build step as follows :
74
74
75
75
` ` ` yaml
76
- - uses: webbertakken/unity-builder@v0.10
76
+ - uses: webbertakken/unity-builder@v0.11
77
77
env:
78
78
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
79
79
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -177,7 +177,7 @@ jobs:
177
177
restore-keys: |
178
178
Library-${{ matrix.projectPath }}-
179
179
Library-
180
- - uses: webbertakken/unity-builder@v0.10
180
+ - uses: webbertakken/unity-builder@v0.11
181
181
with:
182
182
projectPath: ${{ matrix.projectPath }}
183
183
unityVersion: ${{ matrix.unityVersion }}
You can’t perform that action at this time.
0 commit comments