Changing of path of keystore location

This commit is contained in:
Dmitriy Karpushin 2023-01-18 10:54:24 +03:00
parent 6b3209e6ee
commit 3c6280c419

View file

@ -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: |