From 7eab19d9a9e1dd9bacca6f918e7cce80a58cb2cf Mon Sep 17 00:00:00 2001 From: Mariana Souza Date: Thu, 24 Oct 2024 12:29:04 -0400 Subject: [PATCH] output path and add usage optout for fastlane --- .github/workflows/ios-sdk-ci.yml | 24 ++++++++++++------------ fastlane/Fastfile | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index 7e7cdd3..c7a8eb4 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -40,8 +40,7 @@ jobs: build-demo-swift: name: "Build Demo Swift" runs-on: macos-14 - env: - FL_OUTPUT_DIR: output + needs: [setup, sdk-tests] steps: - name: Checkout Code @@ -49,12 +48,13 @@ jobs: - name: Bundle install run: bundle install - name: Build Demo Swift + id: build-demo-swift run: bundle exec fastlane demo_swift - - name: Store Artifacts - uses: actions/upload-artifact@v4 - with: - name: demo-swift - path: ${{ github.workspace }}/${{ env.FL_OUTPUT_DIR }}/** + # - name: Store Artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: demo-swift + # path: build-demo-objc: name: "Build Demo Objective-C" @@ -69,8 +69,8 @@ jobs: run: bundle install - name: Build Demo Objective-C run: bundle exec fastlane demo_objc - - name: Store Artifacts - uses: actions/upload-artifact@v4 - with: - name: demo-objc - path: ${{ github.workspace }}/${{ env.FL_OUTPUT_DIR }}/** + # - name: Store Artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: demo-objc + # path: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3f29f2d..4b76532 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,3 +1,4 @@ +opt_out_usage default_platform :ios platform :ios do