Skip to content

Commit 4ed1be7

Browse files
committed
Fix incorrect APK path in upload script
1 parent 057c1b7 commit 4ed1be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/release-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ bundle exec fastlane run configure_apply
1313

1414
echo "--- :android: Upload to Play Store"
1515
bundle exec fastlane upload_build_to_play_store \
16-
apk_path:"$ARTIFACT_PATH/simplenote.apk" \
16+
apk_path:"$ARTIFACT_PATH" \
1717
"beta:${1:-true}" # use first call param, default to true for safety

0 commit comments

Comments
 (0)