forked from organicmaps/organicmaps
[android] Fix failed FDroid linter check
See https://monitor.f-droid.org/builds/log/app.organicmaps/22021117#site-footer Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
6f360f4a70
commit
9f0a64320c
2 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,12 @@ jobs:
|
|||
ref: master
|
||||
path: screenshots
|
||||
|
||||
# This symlink is not stored in the repo because Linter checks fail for the FDroid build.
|
||||
# Linter complains about an invalid symlink (we don't check out screenshots for FDroid).
|
||||
- name: Create symlink for GP screenshots
|
||||
shell: bash
|
||||
run: ln -sf ../../../../../../screenshots/android/en-US/graphics android/src/google/play/listings/en-US/graphic
|
||||
|
||||
- name: Checkout private keys
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../../../../screenshots/android/en-US/graphics
|
Loading…
Add table
Reference in a new issue