ParadigmMC / mc-modpack-kit

A template designed to streamline the release process of Minecraft modpacks.
Creative Commons Zero v1.0 Universal
29 stars 10 forks source link

Unexpected HTTP response: 404 when trying to download packwiz #76

Closed Aninuscsalas closed 5 months ago

Aninuscsalas commented 5 months ago

Describe the bug The github action is trying to build the pack but https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20x86.zip gives a 404 response

Run supplypike/setup-bin@v3
  with:
    uri: https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20x86.zip
    name: packwiz
    version: linux
  env:
    pack-file: pack.toml
    default-release-modrinth: true
    default-release-curseforge: false
    loader: quilt
    game-version: 1.20.2
Error: Error: Unexpected HTTP response: 404

Additional context

jh-devv commented 5 months ago

Hey! This appears to be an upstream issue, see here https://github.com/packwiz/packwiz/actions/runs/7317810289 Even on the newest release, they are expired?

I can probably just use the nix pkg they have provided, it complies it from source

jh-devv commented 5 months ago

Should be fixed with #77