Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
added path to action
  • Loading branch information
deathblade666 authored Aug 6, 2024
1 parent c8e13a3 commit 3c92b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: flutter build apk
- name: Upload Build
uses: actions/upload-artifact@v4
with:
path: build/app/outputs/flutter-apk/app-release.apk
# Analyze our Dart code
- run: flutter analyze
# Run our tests
Expand Down

0 comments on commit 3c92b45

Please sign in to comment.