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'
|
||||
run: |
|
||||
mkdir keystore
|
||||
cd keystore
|
||||
mkdir ${{ runner.temp }}/keystore
|
||||
|
||||
- name: 'Getting keystore'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: amnezia-vpn/amnezia-android-certificates
|
||||
ssh-key: ${{ secrets.ANDROID_CERTS_SSH_PRIVATE_KEY }}
|
||||
path: ${{ runner.temp }}/keystore
|
||||
|
||||
- name: 'Build project'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue