Skip to content

Commit

Permalink
added more build configuration for the app release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syipmong committed Feb 10, 2024
1 parent b54968f commit 5faf1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Flutter Clean
run: flutter clean

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
channel: 'stable'

- name: Flutter Clean
run: flutter clean

- name: Get dependencies
run: flutter pub get

Expand Down

0 comments on commit 5faf1c9

Please sign in to comment.