'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:12:47 +12:00
parent 32ca17e81f
commit 3ab8fe87d3
2 changed files with 1 additions and 2 deletions

View File

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