Files
Martin 9bf7c40da1
All checks were successful
Publish Release / release (push) Successful in 1m5s
fix(ci): replace JS-based actions with shell equivalents for host-mode runner
actions/checkout and actions/setup-dotnet are JavaScript actions, and act's
host execution mode has a known unfixed path-resolution bug that causes
MODULE_NOT_FOUND on their dist/index.js (nektos/act#2024). Replace them with
plain git/dotnet shell steps that work against the runner's pre-installed
toolchain.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 16:27:10 -04:00

5.0 KiB