Skip to content

Flutter Weekly macOS Build #18

Flutter Weekly macOS Build

Flutter Weekly macOS Build #18

name: Flutter Weekly macOS Build
on:
schedule:
# schedule build every week
- cron: "0 2 * * 0"
workflow_dispatch:
jobs:
run-flutter-weekly-build:
uses: ./.github/workflows/flutter-build-m.yml
secrets: inherit
with:
upload-artifact: true
upload-tag: "macOS"