mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-24 15:56:05 +00:00
Keystore annd properties on base64
This commit is contained in:
parent
dbe43e0574
commit
95386cca7f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -12,6 +12,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Decode android/keystore.jks
|
||||
run: echo "${{ secrets.KEYSTORE_JKS }}" | base64 --decode > android/keystore.jks
|
||||
- name: Decode android/key.properties
|
||||
run: echo "${{ secrets.KEY_PROPERTIES }}" | base64 --decode > android/key.properties
|
||||
- name: Update version in YAML
|
||||
run: sed -i 's/99.99.99+99/${{ github.event.inputs.version }}/g' pubspec.yaml
|
||||
- name: Update KeyStore password in gradle properties
|
||||
|
|
Loading…
Add table
Reference in a new issue