Skip to content

Commit

Permalink
output path and add usage optout for fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 24, 2024
1 parent a0852c3 commit 7cd130d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ jobs:
run: bundle install
- name: Build Demo Swift
run: bundle exec fastlane demo_swift
- name: TEST
run: |
cd ~/Library/Logs/gym && ls -la
echo "-------------------"
cd /fastlane && ls -la
- name: Store Artifacts
uses: actions/upload-artifact@v4
with:
name: demo-swift
path: ${{ github.workspace }}/${{ env.FL_OUTPUT_DIR }}/**
path: '~/Library/Logs/scan'

build-demo-objc:
name: "Build Demo Objective-C"
Expand All @@ -73,4 +78,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: demo-objc
path: ${{ github.workspace }}/${{ env.FL_OUTPUT_DIR }}/**
path: '~/Library/Logs/scan'
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
opt_out_usage
default_platform :ios

platform :ios do
Expand Down

0 comments on commit 7cd130d

Please sign in to comment.