Skip to content

Commit b81700f

Browse files
authored
Merge pull request #22 from deadlium/workstation/develop/patch-1
Workstation/develop/patch 1
2 parents 18e3f6c + 0fdb248 commit b81700f

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- name: Checkout repository
15+
uses: actions/checkout@v4
1516

1617
- name: Set up Flutter
1718
uses: subosito/flutter-action@v2
1819
with:
19-
flutter-version: '3.16.0' # Specify a Flutter version that includes Dart 3.2.0 or higher
20+
flutter-version: '3.29.2' # Dart 3.7.2
2021
channel: "stable"
2122
cache: true
22-
cache-key: 'flutter-:os:-:channel:-:version:-:hash:'
23-
cache-path: '${{ runner.tool_cache }}/flutter'
2423

2524
- name: Install dependencies
2625
run: flutter pub get
@@ -33,9 +32,3 @@ jobs:
3332

3433
- name: Run tests
3534
run: flutter test
36-
37-
- name: Build APK
38-
run: flutter build apk --debug
39-
40-
- name: Build appbundle
41-
run: flutter build appbundle --debug

0 commit comments

Comments
 (0)