mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
15 lines
266 B
YAML
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
|