There was an error while loading. Please reload this page.
1 parent daefbd3 commit 80ee3d6Copy full SHA for 80ee3d6
1 file changed
.github/workflows/main.yml
@@ -27,6 +27,9 @@ jobs:
27
- 2021.3.45f2
28
- 2022.3.62f2
29
- 6000.0.59f2
30
+ - 6000.3.18f1
31
+ - 6000.4.12f1
32
+ - 6000.5.1f1
33
secrets:
34
unity-license: ${{ secrets.UNITY_LICENSE }}
35
unity-email: ${{ secrets.UNITY_EMAIL }}
@@ -70,7 +73,7 @@ jobs:
70
73
- name: Setup .NET
71
74
uses: fast-actions/setup-dotnet@v1
72
75
with:
- sdk-version: '8.x'
76
+ sdk-version: "8.x"
77
78
# Install tools
79
- name: Install .NET tools
@@ -90,7 +93,7 @@ jobs:
90
93
echo "$UNITY_LICENSE" | tr -d '\r' > License.ulf
91
94
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile License.ulf -quit
92
95
rm License.ulf
-
96
+
97
# Generate the solution
98
- name: Generate Solution
99
run: |
@@ -165,4 +168,3 @@ jobs:
165
168
- name: Deploy to GitHub Pages
166
169
id: deployment
167
170
uses: actions/deploy-pages@v5
0 commit comments