cleaned up workflows

This commit is contained in:
2023-09-21 16:17:09 -05:00
parent 32a32e4a72
commit 3eea8845cb
10 changed files with 1727 additions and 1572 deletions

View File

@@ -0,0 +1,15 @@
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
upload-tag: "nightly"