Skip to content

Commit

Permalink
added artifact upload to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Feb 12, 2024
1 parent 92c5ff5 commit 5ee93a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-unsigned-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
- name: Build Debug Build
run: flutter build apk --debug --flavor core

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
path: build/app/outputs/flutter-apk/

0 comments on commit 5ee93a6

Please sign in to comment.