Skip to content

Commit

Permalink
adding releases
Browse files Browse the repository at this point in the history
  • Loading branch information
okelloEnos committed Feb 26, 2022
1 parent d659b58 commit 5a6512f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:
channel: "stable"
- run: flutter pub get
- run: flutter clean
- run: flutter build apk --debug --split-per-abi
- run: flutter build apk --debug --split-per-abi
- name: Push to Releases
uses: ncipollo/release-action
with:
artifacts: "build/app/outputs/apk/debug/*"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit 5a6512f

Please sign in to comment.