Skip to content

Commit 43cc4f6

Browse files
tweak validation export options
1 parent 5091f82 commit 43cc4f6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
} elseif ('${{ matrix.unity-version }}' -eq '2022.3.x') {
7878
echo "EXPORT_OPTION=development" >> $env:GITHUB_ENV
7979
} else {
80-
echo "EXPORT_OPTION=steam" >> $env:GITHUB_ENV
80+
if ('${{ matrix.build-target }}' -eq 'iOS') {
81+
echo "EXPORT_OPTION=development" >> $env:GITHUB_ENV
82+
} else {
83+
echo "EXPORT_OPTION=steam" >> $env:GITHUB_ENV
84+
}
8185
}
8286
shell: pwsh
8387
- uses: buildalon/activate-unity-license@v1

0 commit comments

Comments
 (0)