Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent d7b43d1 commit 246a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build() {
build $IREE_BUILD_TARGET
IREE_INSTALL_DIR=$(install_dir $IREE_BUILD_TARGET)

TAR_NAME=iree-runtime/artifacts/nx_iree-${HOST_ARCH}-${IREE_BUILD_TARGET}.tar.gz
TAR_NAME=iree-runtime/artifacts/nx_iree-embedded-macos-${IREE_BUILD_TARGET}.tar.gz

echo "Packaging into ${TAR_NAME}"
tar -czf ${TAR_NAME} -C ${IREE_INSTALL_DIR} .

0 comments on commit 246a8c8

Please sign in to comment.