Skip to content

Commit

Permalink
Merge branch 'master' of github.com:moritz-weber/mucke
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-weber committed Oct 9, 2022
2 parents 38f892e + 716a34a commit 8087e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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')
Expand Down

0 comments on commit 8087e4e

Please sign in to comment.