Skip to content

Commit

Permalink
build ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Jul 31, 2024
1 parent 56e7447 commit 44fafb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/flutter_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,17 @@ jobs:
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter test
- run: flutter build ios --flavor dev -t lib/main_dev.dart --release
- run: flutter build ipa --flavor dev -t lib/main_dev.dart --release
# - run: flutter build ios --flavor dev -t lib/main_dev.dart --release
# - run: flutter build ios --flavor inte -t lib/main_inte.dart --release
# - run: flutter build ios --flavor prod -t lib/main_prod.dart --release
- name: Archive Apps
uses: actions/upload-artifact@v4
with:
name: App
path: das_client/build/ios/iphoneos/**
name: Build
# path: das_client/build/ios/iphoneos/**
path: |
das_client/build/ios/archive/**
das_client/build/ios/ipa/**
retention-days: 1

1 change: 0 additions & 1 deletion das_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit 44fafb8

Please sign in to comment.