Commit aa26136 1 parent 2189115 commit aa26136 Copy full SHA for aa26136
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ jobs:
60
60
echo "git_sha_short=$git_sha_short" >> $GITHUB_ENV
61
61
echo "APP version is: $OVER ($git_sha_short)"
62
62
63
- # https://github.com/r0adkll/ sign-android-release
64
- - name : Sign apks
63
+ # https://github.com/marketplace/actions/ sign-android-releases-apk
64
+ - name : Sign APK
65
65
id : signAPK
66
- uses : r0adkll /sign-android-release@master
66
+ uses : NoCrypt /sign-android@main
67
67
with :
68
- releaseDirectory : apks
69
- signingKeyBase64 : ${{ secrets.APK_SIGNING_KEY_64 }}
70
- alias : ${{ secrets.APK_ALIAS }}
68
+ releaseDir : apks
69
+ signingKey : ${{ secrets.APK_SIGNING_KEY_64 }}
70
+ keyAlias : ${{ secrets.APK_ALIAS }}
71
71
keyStorePassword : ${{ secrets.APK_KEY_STORE_PASSWORD }}
72
72
keyPassword : ${{ secrets.APK_KEY_PASSWORD }}
73
73
env :
You can’t perform that action at this time.
0 commit comments