Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloewi7178 authored Dec 22, 2023
1 parent 803947c commit f3fdb70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1

- name: Build Release AAB
run: ./gradlew bundleRelease

- name: Upload Android Release to Play Store
uses: r0adkll/upload-google-play@v1
with:
Expand All @@ -64,4 +67,4 @@ jobs:
track: internal
status: completed
inAppUpdatePriority: 5
mappingFile: app/build/outputs/mapping/release/mapping.txt
mappingFile: app/build/outputs/mapping/release/mapping.txt

0 comments on commit f3fdb70

Please sign in to comment.