From 7c0d45dd589b5df12152b0adb7a9a6c9f2ea8c98 Mon Sep 17 00:00:00 2001 From: Luca <43602144+LucaCoduriV@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:19:58 +0200 Subject: [PATCH] Update continuousDeployment.yml --- .github/workflows/continuousDeployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuousDeployment.yml b/.github/workflows/continuousDeployment.yml index c380f87..8cde493 100644 --- a/.github/workflows/continuousDeployment.yml +++ b/.github/workflows/continuousDeployment.yml @@ -35,5 +35,5 @@ jobs: with: release_name: Release $${{ github.ref }} files: | - "build/app/outputs/apk/release/*.apk + build/app/outputs/apk/release/*.apk