Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ inputs:
platform:
description: Platform
required: true
flutter-version:
description: The Flutter version to make available on the path
required: false
default: ""
flutter-version-file:
description: The pubspec.yaml file with exact Flutter version defined
required: false
default: ""
build-name:
description: Build Name
build-number:
Expand All @@ -30,6 +38,8 @@ runs:
with:
channel: stable
cache: true
flutter-version: ${{ inputs.flutter-version }}
flutter-version-file: ${{ inputs.flutter-version }}

- name: Cache Project Dependencies
uses: actions/cache@v4
Expand Down
Loading