Skip to content

Commit

Permalink
Change build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejNepozitek committed Feb 16, 2024
1 parent ab3a8bd commit 51d44a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: StandaloneLinux64
targetPlatform: ${{ startsWith(matrix.unityVersion, '2019') && 'StandaloneWindows' || 'StandaloneLinux64' }}
versioning: None

package:
Expand Down

0 comments on commit 51d44a3

Please sign in to comment.