Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BerkSpar/hub_finder
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkSpar committed Sep 20, 2024
2 parents ce4171a + 74aea93 commit 8696414
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI_STORE_DEPLOY_ANDROID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
KEYSTORE_PATH: android/upload-keystore.jks
KEY_PROPS_PATH: android/key.properties
SERVICE_ACCOUNT_PATH: store_credentials.json
PACKAGE_NAME: com.example.hub_finder
PACKAGE_NAME: tech.bunnie.hub_finder
steps:
# Checkout repository codebase
- name: Checkout the code
Expand Down 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 8696414

Please sign in to comment.