Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikhhaziq committed Jul 18, 2024
1 parent 79f5177 commit ac96307
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.16.0
with:
channel: stable
flutter-version: 3.22.2
- run: flutter --version
- run: flutter doctor
- run: flutter pub get
- run: flutter build apk
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ac96307

Please sign in to comment.