Skip to content

Commit

Permalink
build and release action
Browse files Browse the repository at this point in the history
  • Loading branch information
7flash committed Dec 22, 2019
1 parent 6b203f7 commit 9bc4447
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: push
name: Build and release APK
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: steebchen/[email protected]
with:
args: pub get
- uses: steebchen/[email protected]
with:
args: build apk --debug --split-per-abi
- uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.seedswallet }}

0 comments on commit 9bc4447

Please sign in to comment.