File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ jobs:
8989 KEYSTORE_PASSWORD : ${{ secrets.PASSWORD }}
9090 KEY_PASSWORD : ${{ secrets.PASSWORD }}
9191 run : |
92- jarsigner -keystore keystore.jks -storepass $KEYSTORE_PASSWORD -keypass $KEY_PASSWORD -signedjar signed.apk unsigned.apk $ALIAS
92+ jarsigner -keystore keystore.jks -storepass $KEYSTORE_PASSWORD -keypass $KEY_PASSWORD -signedjar ./ signed.apk ./dist/capacitor/android/apk/release/app-release- unsigned.apk org.flypen.app
9393
9494 - name : Upload APK
9595 uses : actions/upload-release-asset@v1
9696 env :
9797 GITHUB_TOKEN : ${{ secrets.AAA }}
9898 with :
9999 upload_url : ${{ steps.create_release.outputs.upload_url }}
100- asset_path : ./dist/capacitor/android/apk/release/app-release-unsigned .apk
100+ asset_path : ./signed .apk
101101 asset_name : app.apk
102102 asset_content_type : application/vnd.android.package-archive
You can’t perform that action at this time.
0 commit comments