From 6fbf9221b18b6edfef2afd074dd02b3562da1930 Mon Sep 17 00:00:00 2001 From: rainerosion Date: Mon, 29 Apr 2024 01:34:04 +0800 Subject: [PATCH] customizing --- .github/workflows/flutter-rains.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-rains.yml b/.github/workflows/flutter-rains.yml index db13469d5..655df1880 100644 --- a/.github/workflows/flutter-rains.yml +++ b/.github/workflows/flutter-rains.yml @@ -1,12 +1,18 @@ -name: Flutter Rains Build +name: Flutter Tag Build on: 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: - run-flutter-nightly-build: + run-flutter-tag-build: uses: ./.github/workflows/flutter-build.yml secrets: inherit with: upload-artifact: true - upload-tag: "rains" + upload-tag: "1.2.5" \ No newline at end of file