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 5c1ca36 commit 68d3ac3Copy full SHA for 68d3ac3
.github/workflows/publish-android.yml
@@ -29,7 +29,7 @@ jobs:
29
signing.keyId=${{ secrets.ANDROID_SIGNING_KEY_ID }}
30
signing.password=${{ secrets.ANDROID_SIGNING_PASSWORD }}
31
signing.key=${{ secrets.ANDROID_SIGNING_KEY }}
32
- portals_key=${{ secrets.portals_key }}
+ portals_key="${{ secrets.portals_key }}"
33
EOF
34
echo "local.properties file has been created successfully."
35
- name: Assemble release and add artifact to GH Release
0 commit comments