Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Jul 18, 2024
1 parent d2ae4db commit 50dcab3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
uses: subosito/flutter-action@v2.14.0

- name: Buid APK
run: flutter build apk & ls
- name: Grant execute permission for gradlew
working-directory: ./android
run: chmod +x gradlew
- name: Build with Gradle
working-directory: ./android
run: ./gradlew build & ls
run: flutter build apk
- name: Upload Build
uses: actions/upload-artifact@v4.3.4
with:
path: ./build/app/outputs/flutter-apk/app-release.apk

0 comments on commit 50dcab3

Please sign in to comment.