rustdesk-rains/.github/workflows/flutter-rains.yml
2024-01-29 11:00:39 +08:00

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"