summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2021-10-04 20:45:56 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit0ca5ff1f605c9b7509fa34e9ed1e19826da0873a (patch)
tree449c00189880e043751a792defe9a56d892dba04
parentd5bf05f72f215a34f601e3064b8f50f4b063bc5d (diff)
downloadnavit-0ca5ff1f605c9b7509fa34e9ed1e19826da0873a.tar.gz
Fix:build:Fixed indent
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6d230b028..333e4e0d8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -83,10 +83,10 @@ jobs:
- name: Setup Keystore and Playstore Keys
run: scripts/setup_publish_keys.sh
- uses: nttld/setup-ndk@v1
- id: setup-ndk
- with:
- ndk-version: r21e
- add-to-path: false
+ id: setup-ndk
+ with:
+ ndk-version: r21e
+ add-to-path: false
- name: Build and upload Android
run: fastlane github_actions
- name: Run Lint Test