From a8b4f6276b02618847d10d50c687c05e16d54462 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:27:40 -0800 Subject: [PATCH] Fix typo --- .github/workflows/build-tests-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tests-ubuntu.yml b/.github/workflows/build-tests-ubuntu.yml index 7bf7b8b9..3a967577 100644 --- a/.github/workflows/build-tests-ubuntu.yml +++ b/.github/workflows/build-tests-ubuntu.yml @@ -55,7 +55,7 @@ jobs: - StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend. - StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend. - StandaloneLinux64 # Build a Linux 64-bit standalone with mono/il2cpp backend. - - iOS # Build an iOS player. + - iOS # Build an iOS project. - Android # Build an Android .apk. - WebGL # WebGL. buildWithIl2cpp: