Skip to content

Commit edcfabc

Browse files
committed
Fix commands
1 parent 05649cb commit edcfabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/commands/installable-build-wordpress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1414
bundle exec fastlane run configure_apply
1515

1616
echo "--- :hammer_and_wrench: Building"
17-
bundle exec fastlane build_and_upload_app_store_connect
17+
bundle exec fastlane build_and_upload_installable_build

.buildkite/commands/release-build-wordpress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1919
bundle exec fastlane run configure_apply
2020

2121
echo "--- :hammer_and_wrench: Building"
22-
bundle exec fastlane build_and_upload_beta_release skip_confirm:true create_gh_release:true
22+
bundle exec fastlane build_and_upload_app_store_connect skip_confirm:true create_gh_release:true

0 commit comments

Comments
 (0)