Skip to content

Commit

Permalink
- flutter_ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgola committed Oct 31, 2024
1 parent 365b9f1 commit aea5ddb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
- name: Run tests
run: flutter test

# - name: Build APK for Android
# run: flutter build apk
#
# - name: Build iOS App
# run: flutter build ios
#
# - name: Archive and upload Android artifacts
# uses: actions/upload-artifact@v4
# with:
# name: build-android
# path: build/app/outputs/flutter-apk/app-release.apk
#
# - name: Archive and upload iOS artifacts
# uses: actions/upload-artifact@v4
# with:
# name: build-ios
# path: build/ios/Runner.app
- name: Build APK for Android
run: flutter build apk

- name: Build iOS App
run: flutter build ios

- name: Archive and upload Android artifacts
uses: actions/upload-artifact@v4
with:
name: build-android
path: build/app/outputs/flutter-apk/app-release.apk

- name: Archive and upload iOS artifacts
uses: actions/upload-artifact@v4
with:
name: build-ios
path: build/ios/Runner.app

0 comments on commit aea5ddb

Please sign in to comment.