From b52259701bfe0c18a34cb5a12a3ff2dc8cbd4d39 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 1 May 2023 17:17:37 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fixed=20file=20not=20detecting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-artifact.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index e89d965..6945142 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -55,7 +55,8 @@ jobs: with: name: Built-APKs path: | - apks/*-output.apk" + apks/*-output.apk + apks/VancedMicroG.apk" if-no-files-found: error - name: Commit Update file