From c869ac6a8a0e03838e1af48cd79d3aeb51a56195 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 19 May 2023 23:56:20 +0300 Subject: [PATCH] CI: publish to Play Store automatically, Ballfield only for now --- .github/workflows/ballfield.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 987cb4298..e94beda53 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -125,3 +125,17 @@ jobs: name: ${{env.APP_NAME}} path: upload if-no-files-found: error + + - uses: r0adkll/upload-google-play@v1 + with: + serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }} + packageName: net.olofson.ballfield + releaseFiles: upload/*.aab + #track: beta + track: release + status: completed + # inAppUpdatePriority: 2 + userFraction: 1 + # whatsNewDirectory: distribution/whatsnew + # mappingFile: app/build/outputs/mapping/release/mapping.txt + # debugSymbols: app/intermediates/merged_native_libs/release/out/lib