Skip to content

Commit

Permalink
Fix incorrect APK path in upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 11, 2024
1 parent 057c1b7 commit 4ed1be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/commands/release-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ bundle exec fastlane run configure_apply

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

0 comments on commit 4ed1be7

Please sign in to comment.