customizing

This commit is contained in:
rainerosion 2024-04-29 01:34:04 +08:00
parent fa71d6fca1
commit 6fbf9221b1

View File

@ -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"