'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/arm64) (push) Failing after 10s
Build-Test-Publish / build (linux/amd64) (push) Failing after 18s

This commit is contained in:
Your Name 2025-06-22 12:15:41 +12:00
parent b47d4de45e
commit 385a82d19f

View File

@ -24,7 +24,7 @@ GETPKG="${SCRIPT_DIR}/../getpkg/output/getpkg"
# publish the tool\
TOOLDIR="${SCRIPT_DIR}/tool"
mkdir -p "${TOOLDIR}"
cp "${SCRIPT_DIR}/whatsdirty.sh" "${TOOLDIR}/whatsdirty"
cp "${SCRIPT_DIR}/whatsdirty" "${TOOLDIR}/whatsdirty"
# publish universal tool.
"${GETPKG}" publish "whatsdirty" "${TOOLDIR}"