This repository has been archived on 2026-06-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tathar26 f6fed1a1bb
Flutter Nightly Build / run-flutter-nightly-build (push) Failing after 3s
actions on push
2023-07-13 15:05:44 +02:00

17 lines
303 B
YAML

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