From 9ec2ef615290d69e678ebb1c424a7db929e80198 Mon Sep 17 00:00:00 2001 From: xamantra <37391380+xamantra@users.noreply.github.com> Date: Tue, 12 Oct 2021 06:56:19 +0800 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2502fb4..208022c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -62,11 +62,11 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} prerelease: ${{ secrets.IS_PRE_RELEASE == 'true' }} - name: Upload .aab to Google Play - uses: r0adkll/upload-google-play@v1 + uses: r0adkll/upload-google-play@v1.0.15 with: serviceAccountJson: service_account.json packageName: dev.xamantra.quantz releaseFiles: build/app/outputs/bundle/release/app-release.aab track: alpha # The owner will manually choose what to promote to production. whatsNewDirectory: release_notes/ - mappingFile: build/app/outputs/mapping/release/mapping.txt \ No newline at end of file + mappingFile: build/app/outputs/mapping/release/mapping.txt