From 8059752f66977092adda297d0ec5edec69fd7e06 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 30 Apr 2023 22:06:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20original=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-artifact.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 5f7bb5d..e89d965 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -51,14 +51,12 @@ jobs: docker-compose up --build - name: Upload Build APKS - uses: nikhilbadyal/upload-artifact@count-check + uses: actions/upload-artifact@v3.1.2 with: name: Built-APKs path: | - apks/*-output.apk - apks/VancedMicroG.apk" + apks/*-output.apk" if-no-files-found: error - files-to-expect: ${{ inputs.FILES_TO_EXPECT }} - name: Commit Update file if: ${{ inputs.COMMIT_CHANGELOG }}