Skip to content

Commit

Permalink
Upload to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerAdulu committed Aug 20, 2024
1 parent 9cb3da3 commit b5fbbb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Generate Production AAB

on:
push:
branches:
- main
release:
types:
- published
Expand Down Expand Up @@ -51,4 +54,10 @@ jobs:
echo "keyAlias=${{ secrets.PROD_KEYSTORE_ALIAS }}" >> android/key.properties
- name: ⚙️ Build AAB
run: flutter build appbundle --flavor production --target lib/main_production.dart -vv
run: flutter build appbundle --flavor production --target lib/main_production.dart -vv

- name: 📦 Upload AAB
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: build/app/outputs/bundle/productionRelease/app-production-release.aab
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fluttercon
description: "A new Flutter project."
publish_to: 'none'
version: 1.12.06+11206
version: 1.12.07+11207

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit b5fbbb7

Please sign in to comment.