Skip to content

Commit 6c5cc2a

Browse files
authored
Update web-example-release.yaml
1 parent ae94138 commit 6c5cc2a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/web-example-release.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: web-example-release
22
on:
3-
push:
4-
branches:
5-
- main
6-
# Allows you to run this workflow manually from the Actions tab
7-
workflow_dispatch:
3+
workflow_dispatch: # Allows only manual triggering
84

95
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
106
permissions:
@@ -31,11 +27,11 @@ jobs:
3127
- name: Flutter action
3228
uses: subosito/[email protected]
3329
with:
34-
flutter-version: '3.16.5'
30+
flutter-version: '3.24.3'
3531
cache: true
36-
cache-key: 'flutter-macos-stable-3.16.5-apple'
37-
cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.16.5-apple'
38-
pub-cache-key: 'flutter-pub-macos-stable-3.16.5-apple'
32+
cache-key: 'flutter-macos-stable-3.24.3-apple'
33+
cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.24.3-apple'
34+
pub-cache-key: 'flutter-pub-macos-stable-3.24.3-apple'
3935
- name: Setup Pages
4036
uses: actions/configure-pages@v5
4137
- name: Project Clean Up

0 commit comments

Comments
 (0)