Update fastlane-build.yml
This commit is contained in:
parent
3a6175c533
commit
5f637bdcd4
|
@ -20,6 +20,9 @@ jobs:
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||||
- name: Carthage
|
- name: Carthage
|
||||||
run: "carthage update"
|
run: "carthage update"
|
||||||
- uses: maierj/fastlane-action@v2.0.1
|
- uses: sersoft-gmbh/xcodebuild-action@v1
|
||||||
with:
|
with:
|
||||||
lane: 'build'
|
project: JellyfinPlayer.xcodeproj
|
||||||
|
scheme: JellyfinPlayer
|
||||||
|
destination: platform=iOS
|
||||||
|
action: build
|
||||||
|
|
Loading…
Reference in New Issue