mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Fix iOS workflow (#366)
This commit is contained in:
parent
21ace1ae02
commit
8cebc25bea
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
@ -39,4 +39,4 @@ jobs:
|
|||||||
flutter upgrade
|
flutter upgrade
|
||||||
flutter pub get
|
flutter pub get
|
||||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||||
flutter build apk --debug
|
flutter build apk --release --no-tree-shake-icons
|
||||||
|
3
.github/workflows/ios.yaml
vendored
3
.github/workflows/ios.yaml
vendored
@ -25,13 +25,14 @@ jobs:
|
|||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.7.3'
|
flutter-version: '3.10.43'
|
||||||
- name: Collect Translation Files
|
- name: Collect Translation Files
|
||||||
run: |
|
run: |
|
||||||
cd lib/l10n
|
cd lib/l10n
|
||||||
python3 collect_translations.py
|
python3 collect_translations.py
|
||||||
- name: Build for iOS
|
- name: Build for iOS
|
||||||
run: |
|
run: |
|
||||||
|
flutter upgrade
|
||||||
flutter pub get
|
flutter pub get
|
||||||
cd ios
|
cd ios
|
||||||
pod repo update
|
pod repo update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user