Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Dec 14, 2023
1 parent 26472d0 commit 6b9651d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/ios_packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
ls
ORT_C_LOCAL_POD_PATH=$(Build.ArtifactStagingDirectory)/onnxruntime-c.podspec \
ORT_OBJC_LOCAL_POD_PATH=$(Build.ArtifactStagingDirectory)/onnxruntime-objc.podspec \
C_LOCAL_POD_ARCHIVE_PATH=$(find -name "pod-archive-onnxruntime-c*.zip")
OBJC_LOCAL_POD_ARCHIVE_PATH=$(find -name "pod-archive-onnxruntime-objc*.zip")
C_LOCAL_POD_ARCHIVE_PATH=$(find . -name "pod-archive-onnxruntime-c*.zip")
OBJC_LOCAL_POD_ARCHIVE_PATH=$(find . -name "pod-archive-onnxruntime-objc*.zip")
C_LOCAL_POD_ARCHIVE_PATH_CLEANED=${C_LOCAL_POD_ARCHIVE_PATH#./}
OBJC_LOCAL_POD_ARCHIVE_PATH_CLEANED=${OBJC_LOCAL_POD_ARCHIVE_PATH#./}
sed -i "" -e "s|file:///http_source_placeholder|file:////${C_LOCAL_POD_ARCHIVE_PATH_CLEANED}|" "${ORT_C_LOCAL_POD_PATH}"
Expand Down

0 comments on commit 6b9651d

Please sign in to comment.