Update manager.yml (#29)

* Update manager.yml

* Update manager.yml
This commit is contained in:
tehcneko 2021-02-01 00:42:12 +08:00 committed by GitHub
parent 16f8540fd6
commit 8410c706cf
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
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
id: sign
uses: tehcneko/sign-android-release@v1.0.2
uses: LSPosed/sign-android-release@v1.0.0
with:
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}