File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565rm -rf $build_dir /lib
6666
6767# final archive
68- tar -czf dist/python-android-dart-$python_version_short -$abi .tar.gz -C $build_dir .
68+ tar -czf dist/python-android-dart-$python_version -$abi .tar.gz -C $build_dir .
Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ rm -rf **/__pycache__
7272cd -
7373
7474# final archive
75- tar -czf dist/python-ios-dart-$python_version_short .tar.gz -C $build_dir .
75+ tar -czf dist/python-ios-dart-$python_version .tar.gz -C $build_dir .
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ mkdir -p $PYTHON_ARCH/dist
1414rsync -av --exclude-from=python-linux-dart.exclude $PYTHON_ARCH /build/python/* $PYTHON_ARCH /dist
1515
1616# archive
17- tar -czf python-linux-dart-$PYTHON_VERSION_SHORT -$PYTHON_ARCH .tar.gz -C $PYTHON_ARCH /dist .
17+ tar -czf python-linux-dart-$PYTHON_VERSION -$PYTHON_ARCH .tar.gz -C $PYTHON_ARCH /dist .
You can’t perform that action at this time.
0 commit comments