mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
More iOS workflow fixes (#367)
* More iOS workflow fixes * revert to building android in debug - Needs signing key otherwise
This commit is contained in:
parent
8cebc25bea
commit
ba409660f4
2 changed files with 3 additions and 2 deletions
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 --release --no-tree-shake-icons
|
flutter build apk --debug
|
||||||
|
|
|
||||||
3
.github/workflows/ios.yaml
vendored
3
.github/workflows/ios.yaml
vendored
|
|
@ -25,7 +25,8 @@ jobs:
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.10.43'
|
flutter-version: '3.10.4'
|
||||||
|
channel: 'stable'
|
||||||
- name: Collect Translation Files
|
- name: Collect Translation Files
|
||||||
run: |
|
run: |
|
||||||
cd lib/l10n
|
cd lib/l10n
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue