Skip to content

Commit

Permalink
updating ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSoNaTuRaL committed Mar 8, 2021
1 parent 6773fdf commit 37f7a50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Release apk
on:
push:
tags:
- '*'

jobs:

Expand All @@ -20,7 +22,7 @@ jobs:
- run: cd ./dev/neat/ && flutter build apk --release
- run: ls
- name: Create a Release APK
uses: actions/upload-artifact@v2
uses: ncipollo/release-action@v1
with:
name: neat-app
path: dev/neat/build/app/outputs/flutter-apk/app-release.apk
artifact: "dev/neat/build/app/outputs/flutter-apk/app-release.apk"
token: ${{ secrets.NEAT_TOKEN }}

0 comments on commit 37f7a50

Please sign in to comment.