From e76a4f1d027ba08fff032b91575e7adb09555bcb Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 12 Oct 2019 07:50:30 -0500 Subject: [PATCH] Correct scheme name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cd927a42..c7734f601 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: xcodebuild -showsdks - name: Show Available Destinations - run: xcodebuild -scheme RSDatabaseiOS -showdestinations + run: xcodebuild -scheme NetNewsWire-iOS -showdestinations - name: Run Build env: