From 5f637bdcd4f7d449e67807d049a8a1e781548031 Mon Sep 17 00:00:00 2001 From: aiden Date: Tue, 25 May 2021 16:55:49 -0400 Subject: [PATCH] Update fastlane-build.yml --- .github/workflows/fastlane-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fastlane-build.yml b/.github/workflows/fastlane-build.yml index 62bd3297..4f485f09 100644 --- a/.github/workflows/fastlane-build.yml +++ b/.github/workflows/fastlane-build.yml @@ -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