Skip to content

Commit

Permalink
- issue resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgola committed Oct 14, 2024
1 parent 947902a commit cc61419
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- 2023
- 2023
pull_request:
branches:
- main
Expand All @@ -17,12 +17,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v4
with:
flutter-version: 3.7.10
flutter-version: 3.24.3

- name: Install dependencies
run: flutter pub get
Expand All @@ -37,13 +37,13 @@ jobs:
run: flutter build ios

- name: Archive and upload Android artifacts
uses: actions/upload-artifact@v2
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@v2
uses: actions/upload-artifact@v4
with:
name: build-ios
path: build/ios/Runner.app

0 comments on commit cc61419

Please sign in to comment.