From 12366f4dcded03f1b61c4d53aa0ef869ce60bd85 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 16 Aug 2022 00:18:38 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Micro-G=20to=20CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 1a98944..622eb50 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -46,7 +46,7 @@ jobs: - name: Upload Build Artifact uses: ncipollo/release-action@v1.10.0 with: - artifacts: "apks/*-output.apk" + artifacts: "apks/*-output.apk,apks/VancedMicroG.apk" token: ${{ secrets.GH_TOKEN }} tag: Build-${{ steps.get-date.outputs.date }} artifactErrorsFailBuild: true