Skip to content

Commit

Permalink
fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdyce committed Nov 26, 2024
1 parent 8d8f2a0 commit e357175
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/flutter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Run tests
run: flutter test

- name: Build APK
run: flutter build apk --release

- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-apk
path: build/app/outputs/flutter-apk/app-release.apk

0 comments on commit e357175

Please sign in to comment.