diff --git a/.github/workflows/sync_gh_releases.yaml b/.github/workflows/sync_gh_releases.yaml index b85e6993..360ed8f9 100644 --- a/.github/workflows/sync_gh_releases.yaml +++ b/.github/workflows/sync_gh_releases.yaml @@ -24,12 +24,12 @@ jobs: - runner: "ubuntu-24.04-arm" repo: "pkgcache" gh_repo: "https://huggingface.co/datasets/pkgforge/pkgcache" - script: "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/pkgcache/scripts/github/sync_releases.sh" + script: "https://raw.githubusercontent.com/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh" - runner: "ubuntu-latest" repo: "pkgcache" gh_repo: "https://huggingface.co/datasets/pkgforge/pkgcache" - script: "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/pkgcache/scripts/github/sync_releases.sh" + script: "https://raw.githubusercontent.com/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh" steps: - name: Install Addons diff --git a/scripts/github/sync_releases.sh b/scripts/github/sync_releases.sh index 7ff575e1..e8920fc2 100644 --- a/scripts/github/sync_releases.sh +++ b/scripts/github/sync_releases.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash ## ## Meant to Sync All Packages to https://github.com/pkgforge/pkgcache/releases -## Self: https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/pkgcache/scripts/sync_gh_release.sh -# bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/pkgcache/scripts/sync_gh_release.sh") "${REPO}" +## Self: https://raw.githubusercontent.com/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh +# bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh") #-------------------------------------------------------# #-------------------------------------------------------#