[ubuntu] Refactor GitHub package download URL function (#8947)

* [ubuntu] Refactor Github Package URL function

* Fix function and selenium version

* Remove beta/release candidate versions
This commit is contained in:
Shamil Mubarakshin
2023-12-06 14:01:37 +01:00
committed by GitHub
parent 0ade9f36d3
commit 8437ff3990
13 changed files with 48 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
source $HELPER_SCRIPTS/install.sh
KOTLIN_ROOT="/usr/share"
download_url=$(get_github_package_download_url "JetBrains/kotlin" "contains(\"kotlin-compiler\")")
download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\")" "latest")
archive_path=$(download_with_retry "$download_url")
# Supply chain security - Kotlin