We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe5be commit 5ccdd6cCopy full SHA for 5ccdd6c
.github/workflows/android.yml
@@ -85,6 +85,10 @@ jobs:
85
echo "mobile_app_key=${{ secrets.MOBILE_APP_KEY }}" >> $GITHUB_WORKSPACE/android/gradle.properties
86
echo "mobile_app_secret=${{ secrets.MOBILE_APP_SECRET }}" >> $GITHUB_WORKSPACE/android/gradle.properties
87
88
+ - name: Show gradle.properties content
89
+ run: cat android/gradle.properties
90
+
91
92
# - name: Build bundle
93
# run: cd android && ./gradlew app:bundleRelease
94
# env:
0 commit comments