Skip to content

chore: upgrade to flutter 3.24.5 #12

chore: upgrade to flutter 3.24.5

chore: upgrade to flutter 3.24.5 #12

Workflow file for this run

name: example
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths:
- "example"
- ".github/workflows/example.yaml"
branches:
- main
pull_request:
paths:
- "example"
- ".github/workflows/example.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_version: 3.24.5
working_directory: example