From 5a6512f50d9445f2068cf7953bbffda973d0163f Mon Sep 17 00:00:00 2001 From: okelloEnos Date: Sat, 26 Feb 2022 18:09:42 +0300 Subject: [PATCH] adding releases --- .github/workflows/ci_workflow.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 46749b2..a3a7989 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -53,4 +53,10 @@ jobs: channel: "stable" - run: flutter pub get - run: flutter clean - - run: flutter build apk --debug --split-per-abi \ No newline at end of file + - 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 }} \ No newline at end of file