Changing of path of keystore location
This commit is contained in:
parent
6b3209e6ee
commit
3c6280c419
1 changed files with 3 additions and 3 deletions
4
.github/workflows/tag-deploy.yml
vendored
4
.github/workflows/tag-deploy.yml
vendored
|
|
@ -99,14 +99,14 @@ jobs:
|
||||||
|
|
||||||
- name: 'Preparations before keystore fetching'
|
- name: 'Preparations before keystore fetching'
|
||||||
run: |
|
run: |
|
||||||
mkdir keystore
|
mkdir ${{ runner.temp }}/keystore
|
||||||
cd keystore
|
|
||||||
|
|
||||||
- name: 'Getting keystore'
|
- name: 'Getting keystore'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: amnezia-vpn/amnezia-android-certificates
|
repository: amnezia-vpn/amnezia-android-certificates
|
||||||
ssh-key: ${{ secrets.ANDROID_CERTS_SSH_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.ANDROID_CERTS_SSH_PRIVATE_KEY }}
|
||||||
|
path: ${{ runner.temp }}/keystore
|
||||||
|
|
||||||
- name: 'Build project'
|
- name: 'Build project'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue