File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : web-example-release
2
2
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
8
4
9
5
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10
6
permissions :
@@ -31,11 +27,11 @@ jobs:
31
27
- name : Flutter action
32
28
33
29
with :
34
- flutter-version : ' 3.16.5 '
30
+ flutter-version : ' 3.24.3 '
35
31
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'
39
35
- name : Setup Pages
40
36
uses : actions/configure-pages@v5
41
37
- name : Project Clean Up
You can’t perform that action at this time.
0 commit comments