cd: enable caching for Flutter SDK in release workflow

This commit is contained in:
Kingkor Roy Tirtho 2025-01-24 12:43:44 +06:00
parent ee95b3b26a
commit e05645c46e

View File

@ -74,7 +74,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
cache: false
cache: true
git-source: https://github.com/flutter/flutter.git
- name: Setup Java
@ -117,7 +117,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: ${{matrix.platform}}
name: ${{matrix.platform}}-${{matrix.arch}}
path: ${{matrix.files}}
- name: Debug With SSH When fails