Fix cut-and-paste error on iOS release action.

This commit is contained in:
Nolan Darilek 2020-08-21 11:16:18 -05:00
parent f9d485faab
commit b556c4d2f0

View File

@ -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