Skip to content

Merge branch 'rustdesk:master' into master #43

Merge branch 'rustdesk:master' into master

Merge branch 'rustdesk:master' into master #43

name: Flutter Nightly Build

Check failure on line 1 in .github/workflows/flutter-nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/flutter-nightly.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
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
upload-tag: "mod-nightly"