You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fix case-sensitive project paths in publish workflow for Linux runners
src/ARCP/ARCP.fsproj → src/Arcp/Arcp.fsproj
src/ARCP.Cli/ARCP.Cli.fsproj → src/Arcp.Cli/Arcp.Cli.fsproj
macOS is case-insensitive so both worked locally; Linux CI is
case-sensitive and MSBuild raised MSB1009 on the wrong-cased paths.
0 commit comments