Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurshaswat authored May 14, 2020
1 parent 369a26d commit 8793735
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
# Disabled for now, causing issues
# - run: flutter test
- run: flutter build apk
- name: Create a Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
tag: "test"
commit: "master"

build-xcode:
runs-on: macos-latest
Expand Down

0 comments on commit 8793735

Please sign in to comment.