We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057c1b7 commit 4ed1be7Copy full SHA for 4ed1be7
.buildkite/commands/release-upload.sh
@@ -13,5 +13,5 @@ bundle exec fastlane run configure_apply
13
14
echo "--- :android: Upload to Play Store"
15
bundle exec fastlane upload_build_to_play_store \
16
- apk_path:"$ARTIFACT_PATH/simplenote.apk" \
+ apk_path:"$ARTIFACT_PATH" \
17
"beta:${1:-true}" # use first call param, default to true for safety
0 commit comments