Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSys committed Jun 19, 2022
1 parent e88085d commit 81642b7
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
Expand Up @@ -19,7 +19,9 @@ jobs:
- run: flutter pub get
- run: flutter analyze
- run: flutter build apk
- uses: actions/upload-artifact@v1
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
name: release-apk
path: build/app/outputs/apk/release/app-release.apk
artifacts: "build/app/outputs/apk/release/app-release.apk"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit 81642b7

Please sign in to comment.