Update fastlane-build.yml

This commit is contained in:
aiden 2021-05-25 16:55:49 -04:00 committed by GitHub
parent 3a6175c533
commit 5f637bdcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Carthage
run: "carthage update"
- uses: maierj/fastlane-action@v2.0.1
- uses: sersoft-gmbh/xcodebuild-action@v1
with:
lane: 'build'
project: JellyfinPlayer.xcodeproj
scheme: JellyfinPlayer
destination: platform=iOS
action: build