From 95958aadba507879ffaedf369af37a99ec67477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Francisco=20Concepci=C3=B3n?= Date: Tue, 24 Oct 2023 14:01:25 +0100 Subject: [PATCH] Hotfix Play Store deploy (#119) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d74472a5..80eba631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -211,7 +211,7 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: com.costular.atomtasks - releaseFiles: app-release.aab + releaseFiles: app-production-release.aab track: production mappingFile: mapping.txt whatsNewDirectory: whatsNew