Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed May 1, 2024
1 parent 20fb65d commit 985e6a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
# flutter-version: latest
channel: 'stable'
flutter-version: 3.19.6
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
# flutter-version: latest
channel: 'stable'
flutter-version: 3.19.6
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
# flutter-version: latest
channel: 'stable'
flutter-version: 3.19.6
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
Expand Down

0 comments on commit 985e6a3

Please sign in to comment.