Skip to content

Commit c6a41c9

Browse files
committed
fix(ios): name fix
1 parent 622beea commit c6a41c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cross-platform/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ if [ "$OS_TYPE" = "ubuntu" ]; then
5252
--method POST \
5353
-H "Accept: application/vnd.github+json" \
5454
-H "X-GitHub-Api-Version: 2022-11-28" \
55-
/repos/${OWNER_NAME}/flutter-ios-builder/dispatches \
55+
/repos/karimzakzouk/flutter-ios-builder/dispatches \
5656
-f event_type='trigger-macos-build' \
5757
-f client_payload[owner_name]="${OWNER_NAME}" \
5858
-f client_payload[repo_name]="${REPO_NAME}" \
5959
-f client_payload[branch]="${BRANCH}" \
6060
-f client_payload[custom_tag]="${ENV_TAG}" \
6161
-f client_payload[devops_owner]="${OWNER_NAME}" \
62-
-f client_payload[devops_repo]="helm" \
62+
-f client_payload[devops_repo]="devops" \
6363
-f client_payload[devops_branch]="${DEVOPS_BRANCH:-main}"
6464

6565
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)