foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

404 error when trying to download nightly #53

Open samlaf opened 4 months ago

samlaf commented 4 months ago

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?