'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 6s

This commit is contained in:
Your Name 2025-06-01 20:27:20 +12:00
parent df1cab23ce
commit 2ec025888b
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ function getbin() {
getbin "dropshell-build"
"${TEMP_DIR}/dropshell-build" "${SCRIPT_DIR}"
"${TEMP_DIR}/dropshell-build" -r -m "${SCRIPT_DIR}"
rm -rf "${TEMP_DIR}"

View File

@ -19,7 +19,7 @@ function publish_tool() {
echo "Publishing $TOOL to getbin.xyz"
"${TEMP_DIR}/sos" upload "getbin.xyz" "$TOOL" "$TOOLPATH"
"${TEMP_DIR}/sos" upload "getbin.xyz" "$TOOLPATH" "${TOOL}:latest"
}
function publish_executables() {