Skip to content

Commit

Permalink
fix: don't repack
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 3, 2023
1 parent 6100b01 commit 589dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ tar -C "/usr/local/${NAME}/${TOOL_VERSION}" --strip 1 -xf "${file}"
"/usr/local/${NAME}/${TOOL_VERSION}/bin/node" -v

echo "Compressing ${NAME} ${TOOL_VERSION} for ${CODENAME}-${ARCH}"
tar -cJf "/cache/${NAME}-${TOOL_VERSION}-${CODENAME}-${ARCH}.tar.xz" -C /usr/local/${NAME} "${TOOL_VERSION}"
cp -f "${file}" "/cache/${NAME}-${TOOL_VERSION}-${CODENAME}-${ARCH}.tar.xz"

0 comments on commit 589dfc3

Please sign in to comment.