Fix manager ci (#27)

This commit is contained in:
tehcneko 2021-01-31 23:51:24 +08:00 committed by GitHub
parent b89e0078f6
commit 16f8540fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Sign Manager Release - name: Sign Manager Release
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }} if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
id: sign id: sign
uses: tehcneko/sign-android-release@v1.0.1 uses: tehcneko/sign-android-release@v1.0.2
with: with:
releaseDirectory: app/build/outputs/apk/release releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }} signingKeyBase64: ${{ secrets.SIGNING_KEY }}