Skip to content

Commit

Permalink
Added github actions as push and pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov committed Sep 30, 2024
1 parent 39c5bd7 commit b3dcf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Run flutter build apk to build the APK
- name: Build APK
run: flutter build apk --release --target=./apps/health_campaign_field_worker_app
run: flutter build apk --release --target=./apps/health_campaign_field_worker_app/lib/main.dart
# Archive the APK as a build artifact so it can be downloaded
- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b3dcf76

Please sign in to comment.