From b556c4d2f05eaa257ecaaaa016e5b181a9c57713 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 21 Aug 2020 11:16:18 -0500 Subject: [PATCH] Fix cut-and-paste error on iOS release action. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8a37b1..35697b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,8 +63,8 @@ jobs: name: android path: android - build_macos: - name: Build MacOS + build_ios: + name: Build iOS runs-on: macos-latest steps: - uses: actions/checkout@v2