Skip to content

Commit

Permalink
Update apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid authored Jul 15, 2024
1 parent 866c215 commit 0a38f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Set up Flutter
uses: subosito/flutter-action@v3
uses: subosito/flutter-action@v2
with:
sdk: '>=3.0.5 <4.0.0' # Specify your Flutter version

Expand All @@ -25,7 +25,7 @@ jobs:
run: flutter build apk --release

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: release-apk
path: build/app/outputs/flutter-apk/app-release.apk
Expand Down

0 comments on commit 0a38f9b

Please sign in to comment.