Merge branch 'master' of github.com:moritz-weber/mucke
This commit is contained in:
commit
8087e4e55f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue