File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8989 KEYSTORE_PASSWORD : ${{ secrets.PASSWORD }}
9090 KEY_PASSWORD : ${{ secrets.PASSWORD }}
9191 run : |
92+ wget https://dl.google.com/android/repository/build-tools_r34-linux.zip
93+ unzip build-tools_r34-linux.zip
9294 # zipalign -v 4 ./dist/capacitor/android/apk/release/app-release-unsigned.apk signed.apk
93- $ANDROID_HOME/tools/bin/sdkmanager --install "build-tools;34.0.0"
94- echo $KEY_PASSWORD | $ANDROID_HOME/build-tools/34.0.0/apksigner sign --ks ./my-release-key.keystore --ks-key-alias org.flypen.app ./signed.apk
95+ echo $KEY_PASSWORD | ./android-14/apksigner sign --ks ./my-release-key.keystore --ks-key-alias org.flypen.app ./signed.apk
9596
9697 - name : Upload APK
9798 uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments