Skip to content

Commit

Permalink
Running the install_bricks.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov committed Oct 15, 2024
1 parent df02414 commit f166b87
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/flutter-build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build APK Workflow

on:
push:
branches:
- hcmpre-717-github-actions-build-apk # This specifies that the workflow will run on any push to the 'main' branch
branches: ['develop', 'hcmpre-717-github-actions-build-apk'] # This specifies that the workflow will run on any push to the 'main' branch
pull_request:
branches:
- hcmpre-717-github-actions-build-apk # Optionally, run on pull requests targeting the 'main' branch
branches: ['develop', 'hcmpre-717-github-actions-build-apk'] # Optionally, run on pull requests targeting the 'main' branch

jobs:
build-apk:
Expand Down Expand Up @@ -53,10 +51,8 @@ jobs:
- name: Run APK build script
env:
ENVIRONMENT: QA # or UAT/DEV/ALL depending on your choice
BUILD_CONFIG: release # or profile depending on your choice
# run: bash ./tools/generate-apk.sh
run: cd apps/health_campaign_field_worker_app && flutter build apk --release && cd ../../
run: bash ./tools/generate-apk.sh

# Archive the APK as a build artifact so it can be downloaded
- name: Upload APKs
Expand Down

0 comments on commit f166b87

Please sign in to comment.