13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-07-02 17:49:30 +00:00
mise-action/dist
Carlos Precioso e5654ed8b5 fix: use cp instead of mv to install mise binary
io.mv uses fs.rename, which fails with EXDEV when the tool-cache
extraction temp dir and the mise bin dir are on different mounts
(as in Alpine containers). io.cp uses fs.copyFile, which works
across devices and preserves the source mode bits.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 15:54:10 +02:00
..
index.js fix: use cp instead of mv to install mise binary 2026-06-17 15:54:10 +02:00
index.js.map fix: use cp instead of mv to install mise binary 2026-06-17 15:54:10 +02:00
licenses.txt feat: download mise without requiring curl 2026-06-17 15:47:53 +02:00