[ci-bitrise] Fix agvtool cwd — Xcode project lives in Darwin/, not repo root

This commit is contained in:
Daniel Arantes Loverde
2026-07-09 17:29:58 -03:00
parent f94bf26bdc
commit c71ba2d2ac

View File

@@ -103,7 +103,7 @@ workflows:
title: Set build number
inputs:
- content: |
cd $BITRISE_SOURCE_DIR
cd $BITRISE_SOURCE_DIR/Darwin
agvtool new-version -all $BITRISE_BUILD_NUMBER
- manage-ios-code-signing@2:
inputs:
@@ -153,7 +153,7 @@ workflows:
title: Set build number
inputs:
- content: |
cd $BITRISE_SOURCE_DIR
cd $BITRISE_SOURCE_DIR/Darwin
agvtool new-version -all $BITRISE_BUILD_NUMBER
- manage-ios-code-signing@2:
inputs: