File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : false
25
25
max-parallel : 2
26
26
matrix :
27
- unity : ["2021.3.41f1", " 2022.3.39f1", "6000.0.12f1"] # Test with LTS
27
+ unity : ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
28
28
runs-on : ubuntu-latest
29
29
timeout-minutes : 20
30
30
steps :
44
44
# Execute scripts: Export Package
45
45
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
46
46
- name : Build Unity (.unitypacakge)
47
- if : ${{ startsWith(matrix.unity, '2021 ') }} # only execute once
47
+ if : ${{ startsWith(matrix.unity, '2022 ') }} # only execute once
48
48
uses : Cysharp/Actions/.github/actions/unity-builder@main
49
49
env :
50
50
UNITY_EMAIL : ${{ steps.op-load-secret.outputs.UNITY_EMAIL }}
You can’t perform that action at this time.
0 commit comments