Update and rename build.yml to main.yml
This commit is contained in:
parent
c6755bc851
commit
fa280bb303
1 changed files with 5 additions and 0 deletions
|
@ -34,3 +34,8 @@ jobs:
|
|||
flutter-version: '3.3.3'
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --flavor prod
|
||||
- name: Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
with:
|
||||
files: src/app/build/outputs/apk/release/app-prod-release.apk
|
Loading…
Add table
Reference in a new issue