chore: 更换签名
This commit is contained in:
parent
43150dc4ab
commit
03161da834
|
|
@ -23,10 +23,13 @@ jobs:
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
- name: Decrypt keystore
|
- name: Decode Keystore
|
||||||
env:
|
id: decode_keystore
|
||||||
RELEASE_ENCRYPT_SECRET_KEY: ${{ secrets.RELEASE_ENCRYPT_SECRET_KEY }}
|
uses: timheuer/base64-to-file@v1.2
|
||||||
run: openssl aes-256-cbc -d -in "${{ github.workspace }}/${{ vars.RELEASE_KEYSTORE }}.encrypted" -k $RELEASE_ENCRYPT_SECRET_KEY -md md5 >> ${{ github.workspace }}/${{ vars.RELEASE_KEYSTORE }}
|
with:
|
||||||
|
fileName: ${{ vars.RELEASE_KEYSTORE }}
|
||||||
|
fileDir: ${{ github.workspace }}
|
||||||
|
encodedString: ${{ secrets.KEYSTORE }}
|
||||||
|
|
||||||
- name: Generate keystore.properties
|
- name: Generate keystore.properties
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue