From e5140c2f8589a2aaa4382c3affb1e0e0df25ce49 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 14 Aug 2022 18:53:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20release=20not=20detected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/virus-total-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index 796428b..5ea9454 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -16,4 +16,4 @@ jobs: update_release_body: true github_token: ${{ secrets.GH_TOKEN }} files: | - "apks/*-output.apk" + "*-output.apk"