Skip to content

Commit

Permalink
Update CI_STORE_DEPLOY_ANDROID.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkSpar authored Sep 20, 2024
1 parent 3a2160e commit 74aea93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_STORE_DEPLOY_ANDROID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
uses: actions/upload-artifact@master
with:
name: aab-stores
path: { { env.AAB_PATH } }
path: ${{ env.AAB_PATH }}

# Deploy bundle to Google Play internal testing
- name: Deploy to Play Store (Internal testing)
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: { { env.SERVICE_ACCOUNT_PATH } }
packageName: { { env.PACKAGE_NAME } }
releaseFiles: { { env.AAB_PATH } }
serviceAccountJson: ${{ env.SERVICE_ACCOUNT_PATH }}
packageName: ${{ env.PACKAGE_NAME }}
releaseFiles: ${{ env.AAB_PATH }}
track: internal

0 comments on commit 74aea93

Please sign in to comment.