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 11name : web-example-release
22on :
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
106permissions :
@@ -31,11 +27,11 @@ jobs:
3127 - name : Flutter action
32283329 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
You can’t perform that action at this time.
0 commit comments