customizing
This commit is contained in:
parent
fa71d6fca1
commit
6fbf9221b1
12
.github/workflows/flutter-rains.yml
vendored
12
.github/workflows/flutter-rains.yml
vendored
@ -1,12 +1,18 @@
|
|||||||
name: Flutter Rains Build
|
name: Flutter Tag Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-flutter-nightly-build:
|
run-flutter-tag-build:
|
||||||
uses: ./.github/workflows/flutter-build.yml
|
uses: ./.github/workflows/flutter-build.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
upload-artifact: true
|
upload-artifact: true
|
||||||
upload-tag: "rains"
|
upload-tag: "1.2.5"
|
||||||
Loading…
Reference in New Issue
Block a user