Switch to action artifacts that was moved to .org
This commit is contained in:
parent
e1815dfeb7
commit
0b656192a9
@ -43,10 +43,10 @@ function apt_find_upstream_package_version_and_download_url() {
|
||||
# get json with latest pacakge info generated by GHA
|
||||
case "${GITHUB_MIRROR}" in
|
||||
"ghproxy")
|
||||
package_info_download_url="https://ghp.ci/https://raw.githubusercontent.com/amazingfate/deb-files-parser/refs/heads/master/${sought_package_name}.json"
|
||||
package_info_download_url="https://ghp.ci/https://raw.githubusercontent.com/armbian/armbian.github.io/refs/heads/data/data/${sought_package_name}.json"
|
||||
;;
|
||||
*)
|
||||
package_info_download_url="https://raw.githubusercontent.com/amazingfate/deb-files-parser/refs/heads/master/${sought_package_name}.json"
|
||||
package_info_download_url="https://github.armbian.com/${sought_package_name}.json"
|
||||
;;
|
||||
esac
|
||||
package_info_download_url_file="$(mktemp)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user