ci
This commit is contained in:
parent
c4d2391604
commit
2e721e59d4
1 changed files with 6 additions and 1 deletions
|
|
@ -142,10 +142,15 @@ jobs:
|
|||
cd ../../mnemo_cards_web_v2
|
||||
flutter pub get
|
||||
|
||||
- name: Run code generation
|
||||
run: |
|
||||
cd mnemo_cards_web_v2
|
||||
flutter pub run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Build web app
|
||||
run: |
|
||||
cd mnemo_cards_web_v2
|
||||
flutter build web --release --dart-define=API_BASE_URL=https://1592725-cf88967.twc1.net:8081
|
||||
flutter build web --release --dart-define=API_BASE_URL=https://api.mnemo-cards.online
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue