foundry-toolchain icon indicating copy to clipboard operation
foundry-toolchain copied to clipboard

404 error when trying to download nightly

Open samlaf opened this issue 1 year ago • 0 comments

All of my pipelines are currently broken by image

I checked and the url https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz indeed isn't working (is this a github issue??)

The release url with commit hash https://github.com/foundry-rs/foundry/releases/download/nightly-88011569efcebc9152267be217c8cfbedc32c07c/foundry_nightly_linux_amd64.tar.gz is working however.

But it seems like even if I update my input to

      - name: Install Foundry
        uses: foundry-rs/foundry-toolchain@v1
        with:
          version: nightly-88011569efcebc9152267be217c8cfbedc32c07c

the action removes the commit hash? Why is that?

samlaf avatar Jun 13 '24 01:06 samlaf