From 60a2d697dc87a40a6e0bc93255b084073b2a2147 Mon Sep 17 00:00:00 2001 From: feruz Date: Tue, 16 Jul 2024 21:06:43 +0300 Subject: [PATCH] fix uploads --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a246b63..8d8fabb 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -58,7 +58,7 @@ jobs: #here we specify the jobs - We could have multiple jobs - name: Deploy to Play Store (BETA) id: deploy - uses: r0adkll/upload-google-play@v3 + uses: r0adkll/upload-google-play@v1 with: serviceAccountJsonPlainText: ${{ secrets.CREDENTIAL_FILE_CONTENT }} packageName: com.ecency.waves