Skip to content

Commit

Permalink
Switch to action artifacts that was moved to .org
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 14, 2024
1 parent 346d625 commit d9c57e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/functions/general/apt-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit d9c57e3

Please sign in to comment.