Skip to content

Commit

Permalink
Use cache for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 18, 2025
1 parent 8dd6d31 commit a768fa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ jobs:
with:
flutter-version-file: app/pubspec.yaml
channel: 'master'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
- name: ✅ Enable platforms
run: flutter config --enable-linux-desktop
- name: 📦 Get dependencies
Expand Down Expand Up @@ -355,7 +358,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux-${{ matrix.arch.name }}-alternative-portable
path: app/build/linux/${{ matrix.arch.name }}/release/bundle
path: app/build/linux/${{ matrix.arch.dir }}/release/bundle
build-macos:
runs-on: macos-latest
defaults:
Expand Down

0 comments on commit a768fa1

Please sign in to comment.