We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129605e commit 8ed9e4aCopy full SHA for 8ed9e4a
1 file changed
.github/workflows/android.yml
@@ -30,6 +30,9 @@ jobs:
30
sudo apt install -y --no-install-recommends coreutils
31
mkdir -p $RUNNER_TEMP/keystores
32
echo "${{ secrets.KEYSTORE_FILE }}" | base64 --decode > $RUNNER_TEMP/keystores/keystore.jks
33
+ - name: find apk
34
+ run: |
35
+ find -name "*.apk" -print -quit
36
- name: Sign APK
37
run: |
38
ANDROID_SDK_PATH=$ANDROID_HOME/build-tools/35.0.0/apksigner
0 commit comments