Skip to content

Commit

Permalink
ci: add logs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 6, 2023
1 parent 1c23983 commit f9f3bd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: flutter build ipa
run: |
cd packages/mottai_flutter_app
printenv
cat dart-define.json
cat ios/Runner.xcodeproj/project.pbxproj
flutter build ipa --release \
--dart-define-from-file="dart-define.json" \
-t "lib/main.dart" \
Expand Down

0 comments on commit f9f3bd8

Please sign in to comment.