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: