We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6b1a9 commit 4d2fcb2Copy full SHA for 4d2fcb2
misc/tools.func
@@ -759,6 +759,7 @@ function fetch_and_deploy_gh_release() {
759
local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile
760
local version="${4:-latest}"
761
local target="${5:-/opt/$app}"
762
+ local asset_pattern="${6:-}"
763
764
local app_lc=$(echo "${app,,}" | tr -d ' ')
765
local version_file="$HOME/.${app_lc}"
0 commit comments