Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lakasir/lakasir_flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenazien8 committed Apr 17, 2024
2 parents 0df72e5 + 2933597 commit 77929ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build and Release

env:
APP_ENV: "production"
APP_DEBUG: false
BASE_URL: "https://lakasir.com"
on:
push:
branches:
- main # or your main branch name
- main

jobs:
build:
Expand All @@ -15,11 +18,14 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.x' # Update with your Flutter version
flutter-version: '3.x'

- name: Get packages
run: flutter pub get

- name: Setup .env
run: cp .env.example .env

- name: Build APK
run: flutter build apk --release

Expand Down

0 comments on commit 77929ab

Please sign in to comment.