We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fc38f commit e1b75faCopy full SHA for e1b75fa
.github/workflows/unity-build.yml
@@ -18,9 +18,10 @@ jobs:
18
- name: Get Unity Version
19
id: get-unity-version
20
run: |
21
- version=$(grep m_EditorVersion ProjectSettings/ProjectVersion.txt | sed 's/m_EditorVersion: //')
+ version=$(grep "^m_EditorVersion:" ProjectSettings/ProjectVersion.txt | sed 's/m_EditorVersion: //')
22
echo "version=$version" >> $GITHUB_OUTPUT
23
24
+
25
- name: Build project
26
uses: game-ci/unity-builder@v4
27
with:
0 commit comments