mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
release: Fix typo in the _upload_libseccomp_tarball()
RELEASE_VERSIOB -> RELEASE_VERSION Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -177,7 +177,7 @@ function _upload_libseccomp_tarball()
|
||||
curl -sSLO "${download_url}/${tarball}"
|
||||
curl -sSLO "${download_url}/${asc}"
|
||||
gh release upload "${RELEASE_VERSION}" "${tarball}"
|
||||
gh release upload "${RELEASE_VERSIOB}" "${asc}"
|
||||
gh release upload "${RELEASE_VERSION}" "${asc}"
|
||||
}
|
||||
|
||||
function main()
|
||||
|
Reference in New Issue
Block a user