From ff769a682940fe0470ea12690a3a8f4a71d2bca8 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 12 Oct 2019 08:02:32 -0500 Subject: [PATCH] Check main scheme for destinations --- .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 83434ae71..b3ead9f3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: xcodebuild -showsdks - name: Show Available Destinations - run: xcodebuild -scheme NetNewsWire-iOS -showdestinations + run: xcodebuild -scheme ${ matrix.run-config['scheme'] } -showdestinations - name: Run Build env: