diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 630697c..20675c8 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -53,7 +53,7 @@ jobs: TARGET: basename ${GITHUB_REPOSITORY} run: xcodebuild build analyze - -scheme $TARGET + -scheme ${{ env.TARGET }} -destination platform=macOS -showBuildTimingSummary | xcpretty && exit ${PIPESTATUS[0]}