Skip to content

Commit 199b692

Browse files
xsahil03xrenefloor
andauthored
fix(repo): fix app distribute workflow (#39)
Co-authored-by: Rene Floor <[email protected]>
1 parent 8c659cc commit 199b692

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/app-distribute.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
default: true
2222

2323
env:
24-
FLUTTER_VERSION: "3.35.2"
24+
FLUTTER_VERSION: "3.x"
2525
FLUTTER_CHANNEL: stable
2626

2727
concurrency:
@@ -44,6 +44,13 @@ jobs:
4444
cache: true
4545
channel: ${{ env.FLUTTER_CHANNEL }}
4646
flutter-version: ${{ env.FLUTTER_VERSION }}
47+
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
48+
49+
- name: Install Tools
50+
run: flutter pub global activate melos
51+
52+
- name: Bootstrap Workspace
53+
run: melos bootstrap
4754

4855
- name: Build and Deploy
4956
uses: bluefireteam/flutter-gh-pages@v9

.github/workflows/legacy_version_analyze.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
branches:
1818
- main
1919
- develop
20-
paths:
21-
- "packages/**"
22-
- ".github/workflows/legacy_version_analyze.yml"
2320

2421
concurrency:
2522
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)