rustdesk/.github/workflows/flutter-nightly.yml

16 lines
294 B
YAML
Raw Normal View History

2022-10-20 17:16:15 +08:00
name: Flutter Nightly Build
on:
schedule:
# schedule build every night
- cron: "0 0 * * *"
2022-10-20 17:16:15 +08:00
workflow_dispatch:
2022-10-20 17:16:15 +08:00
jobs:
run-flutter-nightly-build:
uses: ./.github/workflows/flutter-build.yml
2023-04-03 19:55:46 +08:00
secrets: inherit
with:
upload-artifact: true
upload-tag: "nightly"