mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 10:24:37 +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}/${tarball}"
|
||||||
curl -sSLO "${download_url}/${asc}"
|
curl -sSLO "${download_url}/${asc}"
|
||||||
gh release upload "${RELEASE_VERSION}" "${tarball}"
|
gh release upload "${RELEASE_VERSION}" "${tarball}"
|
||||||
gh release upload "${RELEASE_VERSIOB}" "${asc}"
|
gh release upload "${RELEASE_VERSION}" "${asc}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function main()
|
function main()
|
||||||
|
Reference in New Issue
Block a user