mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Order of operations?
This commit is contained in:
parent
abe28118ae
commit
d290de4b64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ios.yaml
vendored
2
.github/workflows/ios.yaml
vendored
|
|
@ -30,10 +30,10 @@ jobs:
|
||||||
flutter-version: '2.10.3'
|
flutter-version: '2.10.3'
|
||||||
- name: Build for iOS
|
- name: Build for iOS
|
||||||
run: |
|
run: |
|
||||||
|
flutter pub get
|
||||||
cd ios
|
cd ios
|
||||||
pod repo update
|
pod repo update
|
||||||
pod install
|
pod install
|
||||||
cd ..
|
cd ..
|
||||||
flutter pub get
|
|
||||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||||
flutter build ios --release --no-codesign
|
flutter build ios --release --no-codesign
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue