Skip to content

Commit 4c748e6

Browse files
liveHarshitiamareebjamal
authored andcommitted
chore: Move to correct directory containing metadata (#2197)
1 parent 87ba549 commit 4c748e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update-apk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ if [ "$TRAVIS_BRANCH" != "$PUBLISH_BRANCH" ]; then
6666
exit 0
6767
fi
6868

69+
cd ..
6970
gem install fastlane
70-
fastlane supply --aab eventyay-attendee-master-app.aab --skip_upload_apk true --track alpha --json_key ../scripts/fastlane.json --package_name $PACKAGE_NAME
71+
fastlane supply --aab ./apk/eventyay-attendee-master-app.aab --skip_upload_apk true --track alpha --json_key ./scripts/fastlane.json --package_name $PACKAGE_NAME

0 commit comments

Comments
 (0)