CI: Use fixed version of sign-android-release

This commit is contained in:
Connor McLaughlin 2020-11-15 00:20:16 +10:00
parent 13d9702000
commit bb4a7e0e78
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ jobs:
- name: Sign APK
if: github.ref == 'refs/heads/master'
uses: r0adkll/sign-android-release@v1
uses: r0adkll/sign-android-release@5aa7898f16bf66a673e990b8146e96ac1532b6eb
with:
releaseDirectory: android/app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.APK_SIGNING_KEY }}