Skip to content

Commit f99e0b4

Browse files
adityasticrcs10
authored andcommitted
fix: branch release for open-event-attendee (fossasia#2484)
Signed-off-by: rcs10 <dhanueshrc28@gmail.com>
1 parent 7c90929 commit f99e0b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/update-apk.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ for file in app*; do
6060
done
6161

6262
if $IS_PUBLISH_BRANCH ;then
63-
cd ..
6463
gem install fastlane
65-
fastlane supply --aab ./apk/eventyay-attendee-master-app-playStore-release.aab --skip_upload_apk true --track alpha --json_key ./scripts/fastlane.json --package_name $PACKAGE_NAME $FASTLANE_DRY_RUN
66-
if [ $? -ne 0 ]; then
64+
fastlane supply --aab eventyay-attendee-master-app-playStore-release.aab --skip_upload_apk true --track alpha --json_key ../scripts/fastlane.json --package_name $PACKAGE_NAME $FASTLANE_DRY_RUN
65+
if [[ $? -ne 0 ]]; then
6766
exit 1
6867
fi
6968
if $PR_FOR_RELEASE ;then

0 commit comments

Comments
 (0)