[ci-bitrise] Fix agvtool cwd — Xcode project lives in Darwin/, not repo root
This commit is contained in:
@@ -103,7 +103,7 @@ workflows:
|
|||||||
title: Set build number
|
title: Set build number
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
cd $BITRISE_SOURCE_DIR
|
cd $BITRISE_SOURCE_DIR/Darwin
|
||||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||||
- manage-ios-code-signing@2:
|
- manage-ios-code-signing@2:
|
||||||
inputs:
|
inputs:
|
||||||
@@ -153,7 +153,7 @@ workflows:
|
|||||||
title: Set build number
|
title: Set build number
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
cd $BITRISE_SOURCE_DIR
|
cd $BITRISE_SOURCE_DIR/Darwin
|
||||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||||
- manage-ios-code-signing@2:
|
- manage-ios-code-signing@2:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user