rustdesk/.github/workflows/flutter-nightly.yml
2023-04-03 19:55:46 +08:00

15 lines
266 B
YAML

name: Flutter Nightly Build
on:
schedule:
# schedule build every night
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
run-flutter-nightly-build:
uses: ./.github/workflows/flutter-build.yml
secrets: inherit
with:
upload-artifact: true