From 051ff4bdcc9c2fc160e93626b632e08b506bed43 Mon Sep 17 00:00:00 2001 From: "byungtak.lee" Date: Wed, 2 Oct 2024 15:08:13 +0900 Subject: [PATCH] test --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6ae376f..18957a4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -96,5 +96,5 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.nextroom.nextroom - releaseFiles: ${{ github.workspace }}/app-release.aab + releaseFiles: ./app/build/outputs/bundle/release/app-release.aab track: production \ No newline at end of file