Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored and luifr10 committed Feb 26, 2024
1 parent b8e4ca6 commit 6ca0308
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: set up Java
uses: actions/setup-java@v3
- uses: subosito/flutter-action@v2
with:
java-version: '1.8'
distribution: 'temurin'
- uses: subosito/flutter-action@v1
channel: 'stable'
- name: Build apk
run: flutter build apk --debug
- name: Upload APK
uses: actions/upload-artifact@v4
with:
flutter-version: '2.5.0'
name: app_debug
path: app/build/app/outputs/flutter-apk/app-debug.apk

0 comments on commit 6ca0308

Please sign in to comment.