Skip to content

Commit 5ccdd6c

Browse files
committed
#SBCOSS-362 : upgraded script
1 parent cffe5be commit 5ccdd6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
echo "mobile_app_key=${{ secrets.MOBILE_APP_KEY }}" >> $GITHUB_WORKSPACE/android/gradle.properties
8686
echo "mobile_app_secret=${{ secrets.MOBILE_APP_SECRET }}" >> $GITHUB_WORKSPACE/android/gradle.properties
8787
88+
- name: Show gradle.properties content
89+
run: cat android/gradle.properties
90+
91+
8892
# - name: Build bundle
8993
# run: cd android && ./gradlew app:bundleRelease
9094
# env:

0 commit comments

Comments
 (0)