File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
id : version-select
51
51
run : |
52
52
$ProgressPreference = 'SilentlyContinue'
53
- $json = Invoke-WebRequest -UseBasicParsing 'https://services.api.unity.com/unity/editor/release/v1/releases?stream=LTS& limit=1&offset=0&platform=WINDOWS&version=${{ matrix.unity-prefix }}'
53
+ $json = Invoke-WebRequest -UseBasicParsing 'https://services.api.unity.com/unity/editor/release/v1/releases?limit=1&offset=0&platform=WINDOWS&version=${{ matrix.unity-prefix }}'
54
54
$latest = ($json.Content | ConvertFrom-Json).results[0]
55
55
echo "Latest version: $latest"
56
56
"version=$($latest.version)" >> $env:GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ switch ($name) {
17
17
return " 6000.0.54f1"
18
18
}
19
19
" unity6000.1" {
20
- return " 6000.1.12f1 "
20
+ return " 6000.1.15f1 "
21
21
}
22
22
Default {
23
23
throw " Unkown variable '$name '"
You can’t perform that action at this time.
0 commit comments