Add skip_tests/skip_builds flags, fix build-stage failures
1. dry-run.yml: Add skip_tests and skip_builds workflow_dispatch inputs for faster iteration. Build jobs use always() to run even when tests are skipped. 2. Windows archive: Switch from PowerShell Copy-Item to MSYS2 shell with .exe extension detection. MSYS2 Clang produces .exe suffix that Copy-Item didn't account for. 3. Linux embed: Use absolute path for ld output when cd'd into dist directory. Relative path build/c/embedded/*.o was invalid from inside graph-ui/dist/. 4. release.yml: Same Windows archive fix as dry-run.
M
Martin Vogel committed
89dd3bb7c6bb2c16b002bc05e0c039dbd448a6ce
Parent: c4d38c4