forked from organicmaps/organicmaps
[android][ci] Fix keys
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
42ecadc118
commit
eba3cf1f45
1 changed files with 4 additions and 4 deletions
8
.github/workflows/android-beta.yaml
vendored
8
.github/workflows/android-beta.yaml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
- name: Checkout keys
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: omapsapp/omapsapp-beta-keys
|
||||
path: private/beta
|
||||
ref: beta
|
||||
repository: omapsapp/omapsapp-release-keys
|
||||
path: private/release
|
||||
ref: release
|
||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- name: Remove old outputs
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Configure
|
||||
shell: bash
|
||||
run: |
|
||||
./configure.sh beta
|
||||
./configure.sh release
|
||||
|
||||
- name: Set up SDK
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue