Skip to content

Commit 6693dd3

Browse files
author
Soren Roth
committed
pull the released version of the SDK by specifying finalBuild
1 parent 0f5971c commit 6693dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android CI
1+
name: ArcGIS Maps for Kotlin Toolkit
22

33
on:
44
pull_request:
@@ -21,4 +21,4 @@ jobs:
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Build toolkit project
24-
run: ./gradlew check
24+
run: ./gradlew check -PfinalBuild=true

0 commit comments

Comments
 (0)