Merge branch 'master' of github.com:moritz-weber/mucke

This commit is contained in:
Moritz Weber 2022-10-09 13:12:09 +02:00
commit 8087e4e55f

View file

@ -30,6 +30,11 @@ jobs:
flutter-version: '3.3.3'
- run: flutter pub get
- run: flutter build apk --flavor prod
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
name: app-release.apk
path: src/build/app/outputs/flutter-apk/app-prod-release.apk
- name: Github Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags')