From 56910a8d15f96d918deefbaf49c129d78d191aea Mon Sep 17 00:00:00 2001 From: Ethan Pippin Date: Fri, 7 Jan 2022 11:18:58 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc6b29b..433adfec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: scheme: - - "JellyfinPlayer" - - "JellyfinPlayer tvOS" + - "Swiftfin" + - "Swiftfin tvOS" runs-on: macos-11 @@ -52,7 +52,7 @@ jobs: - name: xcodebuild! run: | - xcodebuild build -workspace "JellyfinPlayer.xcworkspace" \ + xcodebuild build -workspace "Swiftfin.xcworkspace" \ -scheme "${{ matrix.scheme }}" \ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO