From f388d0ee78a3b8bd6ba13d58158d013e45638cad Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 24 Dec 2024 14:05:53 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Proper=20apks=20path?= 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 a1b7263..a7c3d2a 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -137,7 +137,7 @@ jobs: - name: Upload Build Artifact uses: ncipollo/release-action@main with: - artifacts: "*-output.apk,updates.json,changelog.json,changelog.md" + artifacts: "apks/*-output.apk,updates.json,changelog.json,changelog.md" token: ${{ secrets.GITHUB_TOKEN }} tag: Build-${{ steps.get-date.outputs.date }} artifactErrorsFailBuild: true