Skip to content

Commit

Permalink
fix: swift.yml 파일 if 구문 제거
Browse files Browse the repository at this point in the history
- Fastfile XcodeBuild 인수 전달 Parameters 추가
  • Loading branch information
Do-hyun-Kim committed Dec 26, 2024
1 parent 558ff15 commit 5312cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:


- name: fastlane upload_stg_testflight
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' }}
env:
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ platform :ios do
"com.5ing.bibbi.widget" => "match AppStore com.5ing.bibbi.widget"
}
}
xcargs: "EXCLUDED_ARCHS='arm64'"
)

upload_to_testflight(skip_waiting_for_build_processing: true)
Expand Down

0 comments on commit 5312cb0

Please sign in to comment.