Update and rename build.yml to main.yml

This commit is contained in:
Moritz Weber 2022-10-03 10:34:20 +02:00 committed by GitHub
parent c6755bc851
commit fa280bb303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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