Update ci.yml

This commit is contained in:
aiden vigue 2021-06-09 22:40:34 -07:00 committed by GitHub
parent f9e757457b
commit b57c3601aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: "carthage update"
- name: Build!
run: |
xcodebuild build -project "JellyfinPlayer" \
xcodebuild build -project "JellyfinPlayer.xcodeproj" \
-scheme "${{ matrix.scheme }}" \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO