Skip to content

Commit

Permalink
feat(github): upload debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Oct 7, 2024
1 parent 0bd936e commit f12987d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- run: flutter --version
- run: flutter pub get
- run: flutter build apk --debug --flavor unsigned
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: app-release-bundle
path: |
build/app/outputs/flutter-apk/app-unsigned-debug.apk
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit f12987d

Please sign in to comment.