This commit is contained in:
parent
df1cab23ce
commit
2ec025888b
@ -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}"
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user