From 13ff1cd5a9231f98978cd73f0caf968c045fc0ae Mon Sep 17 00:00:00 2001 From: sinasystem Date: Fri, 24 Jun 2022 14:18:57 +0430 Subject: [PATCH] Update README --- .github/workflows/main.yml | 14 ++++++++++---- README.md | 7 +++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92e0b29..c11c98b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,11 @@ on: push: branches: - master - -name: "Analyze and Build" + +name: "Build & Release" jobs: build: - name: Analyze and Build + name: Build & Release runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -18,4 +18,10 @@ jobs: flutter-version: '2.10.5' - run: flutter pub get - run: flutter analyze - - run: flutter build + - run: flutter build apk + - name: Push to Releases + uses: ncipollo/release-action@v1 + with: + artifacts: "build/app/outputs/apk/release/app-release.apk" + tag: v2.0.2 + token: ${{ secrets.TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 4c57b47..7249dce 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,10 @@ Package Name | ## Created & Maintained By [SinaSys](https://github.com/SinaSys) + + +## My other flutter projects +project | +:-------------------------| +|[Japanese restaurant app](https://github.com/SinaSys/flutter_japanese_restaurant_app) +|[Ecommerce app](https://github.com/SinaSys/flutter_ecommerce_app)