Skip to content

Commit 07d74cd

Browse files
authored
Update android.yml
Upload debug symbols
1 parent aaa9c5d commit 07d74cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ jobs:
7373

7474

7575
- name: Upload to Google Play
76-
uses: r0adkll/upload-google-play@v1.1.1
76+
uses: r0adkll/upload-google-play@v1.1.3
7777
with:
7878
serviceAccountJsonPlainText: ${{ secrets.GLUON_ANDROID_SERVICE_ACCOUNT_JSON }}
7979
packageName: com.gluonhq.samples.hellogluon
8080
releaseFiles: target/gluonfx/aarch64-android/gvm/HelloGluon.aab
81+
debugSymbols: target/gluonfx/aarch64-android/app/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib
8182
track: beta

0 commit comments

Comments
 (0)