Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
chore: 更换签名
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 committed Feb 2, 2024
1 parent 43150dc commit 876a1bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Decrypt keystore
env:
RELEASE_ENCRYPT_SECRET_KEY: ${{ secrets.RELEASE_ENCRYPT_SECRET_KEY }}
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 }}
run: openssl aes-256-cbc -d -pbkdf2 -in "${{ github.workspace }}/${{ vars.RELEASE_KEYSTORE }}.enc" -out "${{ github.workspace }}/${{ vars.RELEASE_KEYSTORE }}" -md sha256 -k $RELEASE_ENCRYPT_SECRET_KEY

- name: Generate keystore.properties
env:
Expand Down
Binary file removed huanchengfly.keystore.jks.encrypted
Binary file not shown.
Binary file added signing.jks.enc
Binary file not shown.

0 comments on commit 876a1bf

Please sign in to comment.