Skip to content

Commit

Permalink
store build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Dec 13, 2023
1 parent 7b66487 commit f75c7ee
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ jobs:
- run: ./submodules/flutter/bin/dart format --output=none --set-exit-if-changed ./lib
- run: ./submodules/flutter/bin/dart analyze ./lib
- run: ./submodules/flutter/bin/flutter pub run flutter_native_splash:create
- run: ./submodules/flutter/bin/flutter build apk --profile
- run: ./submodules/flutter/bin/flutter build apk --profile --split-per-abi
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: apks
path: build/app/outputs/flutter-apk

0 comments on commit f75c7ee

Please sign in to comment.