13 lines
221 B
YAML
13 lines
221 B
YAML
name: Flutter Rains Build
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
run-flutter-nightly-build:
|
|
uses: ./.github/workflows/flutter-build.yml
|
|
secrets: inherit
|
|
with:
|
|
upload-artifact: true
|
|
upload-tag: "rains"
|