Skip to content

Commit

Permalink
chore(pipeline): update sample upload step
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
LasOri and davidSchuppa committed Mar 1, 2024
1 parent ad73536 commit e15a9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_sample_app_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
run: make base64-secret-to-file SECRET=ANDROID_RELEASE_STORE_FILE_BASE64 FILE=sample/mobile-team-android.jks

- name: Create sample app release bundle
run: ./gradlew :sample:bundleRelease
run: make create-sample-release-bundle

- name: PlayStore upload
uses: r0adkll/[email protected]
with:
serviceAccountJson: ./sample/google-services.json
packageName: com.emarsys.sample
releaseFile: ./sample/build/outputs/bundle/release/sample-release.aab
releaseFiles: ./sample/build/outputs/bundle/release/sample-release.aab
track: alpha

Report:
Expand Down

0 comments on commit e15a9b0

Please sign in to comment.