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