Skip to content

Commit

Permalink
Update flutter-build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov authored Nov 21, 2024
1 parent a1a27b2 commit 5e5c74a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/flutter-build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jobs:
ls -l apps/health_campaign_field_worker_app/.env
cat apps/health_campaign_field_worker_app/.env
# - name: Run APK build script
# env:
# BUILD_CONFIG: release # or profile depending on your choice
# run: bash ./tools/generate-apk.sh
- name: Run APK build script
env:
BUILD_CONFIG: release # or profile depending on your choice
run: bash ./tools/generate-apk.sh

# # Archive the APK as a build artifact so it can be downloaded
# - name: Upload APKs
# uses: actions/upload-artifact@v3
# with:
# name: app-release-apk
# path: apps/health_campaign_field_worker_app/build/app/outputs/flutter-apk/app-release.apk
# Archive the APK as a build artifact so it can be downloaded
- name: Upload APKs
uses: actions/upload-artifact@v3
with:
name: app-release-apk
path: apps/health_campaign_field_worker_app/build/app/outputs/flutter-apk/app-release.apk

- name: Upload .env as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5e5c74a

Please sign in to comment.