Skip to content

Commit

Permalink
workflow: rename apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Jan 20, 2022
1 parent 0f7bd60 commit a50f44a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
channel: 'dev'
- name: Get Flutter dependencies
run: flutter upgrade ; flutter pub get
- name: Build APK
- name: Build APK - Release
run: flutter build apk lib/src/main.dart
# - name: Build APK - Debug
# run: flutter build apk lib/src/main.dart --profile
- name: Set Build name
run: mv ./build/app/outputs/flutter-apk/app-release.apk aeris_android.apk
- name: Upload build artifact
Expand Down

0 comments on commit a50f44a

Please sign in to comment.