From 5427c0278555cc384b0465fa7803e2e9da2a6ec6 Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Fri, 15 Nov 2024 00:01:44 +0100 Subject: [PATCH] Fix CICD --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0bdaa1f..ef08b37 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,7 +57,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: apk/app-releaseUnsigned-unsigned.apk + asset_path: app-releaseUnsigned-unsigned.apk asset_name: MerossPairer.apk asset_content_type: application/zip - name: Upload Release AAB