Skip to content

Commit

Permalink
ios test keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kwek20 committed Nov 17, 2024
1 parent 7d30ecf commit 7de7050
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ jobs:
# Build ios Release
- run: flutter build ios --release --config-only --no-codesign --target=lib/main.dart

- run: bundle exec fastlane build
- run: 'echo "$API_KEY_JSON" | base64 --decode > api_key_info.json'
shell: bash
env:
API_KEY_JSON: ${{ secrets.APP_STORE_CONNECT_API_KEY_JSON }}

- name: Archive ipa
uses: actions/upload-artifact@v4
with:
name: Runner.ipa
path: ios/Runner.ipa
if-no-files-found: error
retention-days: 3
- run: bundle install

- run: bundle exec fastlane upload_testflight --api_key_path api_key_info.json

- run: bundle exec fastlane upload_metadata_app_store

0 comments on commit 7de7050

Please sign in to comment.