Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci-create-rtems-export-tarball: Fix the archive extension to xz
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 29, 2021
1 parent 9aab74e commit 995fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-create-rtems-export-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ echo "Export cross-tools and RTEMS object files to "
echo "${EXPORT_DIR}/rtems-export-${rtems_os_version_lable}.tar.xz"
ls ${RTEMS_DIR}/build-${rtems_os_version_lable}
tar -C ${RTEMS_DIR} -cvJf \
${ROOT_DIR}/rtems_export/rtems-export-${rtems_os_version_lable}.tar.gz \
${ROOT_DIR}/rtems_export/rtems-export-${rtems_os_version_lable}.tar.xz \
./build-${rtems_os_version_lable} \
./rtems-exe

0 comments on commit 995fed0

Please sign in to comment.