File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 echo Latest build tool version is: $BUILD_TOOL_VERSION
6464
6565 - name : Sign the APK & AAB
66- uses : r0adkll/sign-android-release@v1
66+ uses : r0adkll/sign-android-release@349ebdef58775b1e0d8099458af0816dc79b6407
6767 id : sign_app
6868 with :
6969 releaseDirectory : .
8383 mv ./app-release.aab ./httptoolkit.aab
8484
8585 - name : Publish the APK & AAB to GitHub Releases
86- uses : svenstaro/upload-release-action@v2
86+ uses : svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741
8787 with :
8888 prerelease : true
8989 file : ./httptoolkit{.apk,.aab}
9292 repo_token : ${{ secrets.GITHUB_TOKEN }}
9393
9494 - name : Publish the AAB to Google Play
95- uses : r0adkll/upload-google-play@v1.0.15
95+ uses : r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
9696 with :
9797 serviceAccountJsonPlainText : ${{ secrets.PLAY_SERVICE_ACCOUNT_JSON }}
9898 packageName : tech.httptoolkit.android.v1
You can’t perform that action at this time.
0 commit comments