Skip to content

Commit

Permalink
feat: upload build artifacts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Apr 20, 2024
1 parent 132627a commit fa7b955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ jobs:
with:
arguments: "--impure --accept-flake-config"
- run: flutter build apk --release
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: build/app/outputs/flutter-apk/app-release.apk*
- run: echo "Done"

0 comments on commit fa7b955

Please sign in to comment.