Skip to content

Commit 3e1922e

Browse files
committed
Remove space in iOS package step
1 parent 9895d3c commit 3e1922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/ios-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ case $arch in
2222
esac
2323

2424
${TAR} -cf - \
25-
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/${release_folder}/ deepspeech_ios.framework \
25+
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/${release_folder}/deepspeech_ios.framework \
2626
| ${XZ} > "${TASKCLUSTER_ARTIFACTS}/${artifact_name}"

0 commit comments

Comments
 (0)