Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sinasystem committed Jun 24, 2022
1 parent ef72c07 commit 13ff1cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 13ff1cd

Please sign in to comment.