Skip to content

Commit

Permalink
save android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Aug 6, 2024
1 parent 1fa0144 commit 1b7e847
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/flutter_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Flutter Build
name: Flutter Android Build

defaults:
run:
Expand Down Expand Up @@ -53,3 +53,12 @@ jobs:
- run: flutter build appbundle --flavor dev -t lib/main_dev.dart
- run: flutter build appbundle --flavor inte -t lib/main_inte.dart
- run: flutter build appbundle --flavor prod -t lib/main_prod.dart
- name: Archive Apps
uses: actions/upload-artifact@v4
with:
name: Build
path: |
das_client/build/app/outputs/bundle/devRelease/**
das_client/build/app/outputs/bundle/inteRelease/**
das_client/build/app/outputs/bundle/prodRelease/**
retention-days: 1

0 comments on commit 1b7e847

Please sign in to comment.