Conversation
|
That you for your contribution! It looks like there's a problem with building V and copying to other directory. Embedded files are missing? I tried your branch in another branch with upgraded dependencies, but the error remains: https://github.com/prantlf/setup-v-action/actions/runs/34755264324/ |
36f23d0 to
85ad339
Compare
|
Thanks for reproducing this. The failure is caused by V embedding build-time resource paths: the action built in the full-SHA directory, moved selected files to the shortened install directory, and then deleted the directory referenced by the compiler. I rebased the PR onto current The update also uses Local |
85ad339 to
344f898
Compare
Summary
getCommitas the commit SHA, keeping the token in the authorization positionThis fixes raw commit inputs such as
version: 5ff8ecb55f6709fd7e6f645ef7779383f30c47c0, which currently put the token in the GitHub API path and the revision in the authorization header, producing a 401 response.Verification
pnpm run buildpnpm testwith Node.js 24.19.0