From 87a0c49ecd64b95693a9a2e59f585ecc62c0f387 Mon Sep 17 00:00:00 2001 From: okelloEnos Date: Sat, 26 Feb 2022 18:13:24 +0300 Subject: [PATCH] adding releases fix --- .github/workflows/ci_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index a3a7989..f4d6eeb 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -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 }}