Skip to content

Commit b6b979a

Browse files
space
1 parent db7e259 commit b6b979a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/unity-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ jobs:
7070
exit 1
7171
fi
7272
- name: Activate License
73-
if : ${{ matrix.unity-version != 'none' }}
73+
if: ${{ matrix.unity-version != 'none' }}
7474
shell: bash
7575
run: |
7676
unity-cli activate-license --license personal --email "${{ secrets.UNITY_USERNAME }}" --password "${{ secrets.UNITY_PASSWORD }}"
7777
- name: Print log paths
78+
if: ${{ matrix.unity-version != 'none' }}
7879
shell: bash
7980
run: |
8081
HUB_LOG_PATH=$(unity-cli hub-logs)
@@ -99,13 +100,13 @@ jobs:
99100
exit 1
100101
fi
101102
- name: Create Unity Project
102-
if : ${{ matrix.unity-version != 'none' }}
103+
if: ${{ matrix.unity-version != 'none' }}
103104
shell: bash
104105
run: |
105106
unity-cli list-project-templates --unity-editor "${UNITY_EDITOR_PATH}" --json
106107
unity-cli create-project --name "Unity Project" --unity-editor "${UNITY_EDITOR_PATH}" --json
107108
- name: Verify UNITY_PROJECT_PATH variable
108-
if : ${{ matrix.unity-version != 'none' }}
109+
if: ${{ matrix.unity-version != 'none' }}
109110
shell: bash
110111
run: |
111112
if [ -z "${UNITY_PROJECT_PATH}" ]; then

0 commit comments

Comments
 (0)