Skip to content

Commit

Permalink
modifiy the github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshkat-Shadik committed Sep 11, 2024
1 parent 3b25e69 commit 4723e16
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,8 @@ jobs:

# Build APK for debugging
- run: flutter build apk --debug --split-per-abi -t lib/main.dart

# Build release APK and AAB for production
- run: flutter build apk --release --split-per-abi -t lib/main.dart
- run: flutter build appbundle

# Optional: Upload artifact
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-debug.apk
path: build/app/outputs/flutter-apk/app-debug.apk

# Push the release
- name: Push to Releases
uses: oberhauser-dev/flutter-release-action@v0
Expand Down

0 comments on commit 4723e16

Please sign in to comment.