Skip to content

Commit

Permalink
second
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adnan committed Apr 19, 2022
1 parent fa1bdcb commit b3a4a63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
- run: flutter clean
- run: flutter pub get

- run: flutter build appbundle
- run: flutter build apk
- run: flutter build apk --release


- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: build/app/outputs/bundle/release/app-release.aab, build/app/outputs/apk/release/app-release.apk
artifacts: build/app/outputs/apk/
tag: v1.0.${{ github.run_number }}

0 comments on commit b3a4a63

Please sign in to comment.