Skip to content

Commit e1b75fa

Browse files
klsdfj
1 parent 64fc38f commit e1b75fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unity-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- name: Get Unity Version
1919
id: get-unity-version
2020
run: |
21-
version=$(grep m_EditorVersion ProjectSettings/ProjectVersion.txt | sed 's/m_EditorVersion: //')
21+
version=$(grep "^m_EditorVersion:" ProjectSettings/ProjectVersion.txt | sed 's/m_EditorVersion: //')
2222
echo "version=$version" >> $GITHUB_OUTPUT
2323
24+
2425
- name: Build project
2526
uses: game-ci/unity-builder@v4
2627
with:

0 commit comments

Comments
 (0)