Skip to content

Commit d8a8ee4

Browse files
committed
fix: revert working directory
1 parent 421f4e2 commit d8a8ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ jobs:
782782
# Build Android app
783783
- run:
784784
name: Build Android App
785-
working_directory: ~/project/examples/hybrid/android
785+
working_directory: << parameters.working_directory >>/android
786786
command: ./gradlew assembleRelease
787787

788788
# Setup testing environment

0 commit comments

Comments
 (0)