Skip to content

Commit

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

0 comments on commit 87a0c49

Please sign in to comment.