Skip to content

Commit

Permalink
Revert "Temporarily disable .aab builds"
Browse files Browse the repository at this point in the history
This reverts commit 47ed129.
  • Loading branch information
AChep committed Nov 7, 2020
1 parent e99ca0c commit ee6afdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Build
run: |
flutter build web
flutter build appbundle --release --flavor=playStore
- name: Compress web
run: |
cd build
Expand Down Expand Up @@ -72,3 +73,10 @@ jobs:
asset_path: web.zip
asset_name: 15puzzle-web-${{ steps.vars.outputs.tag }}.zip
asset_content_type: application/zip
- name: Upload release android-aab
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/app/outputs/bundle/playStoreRelease/app-playStore-release.aab
asset_name: 15puzzle-android-${{ steps.vars.outputs.tag }}.aab
asset_content_type: application/zip

0 comments on commit ee6afdf

Please sign in to comment.