Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/ci-cmake.yml: avoid
pwd
and use `${{ github.works…
…pace }}` It loks like at least in `windows` `actions/upload-artifact@v4` CI step fails to collect files at `${{ steps.build-info.outputs.BUILD_DIR }}/test_[0-9]*` My theory is that `glob` is not able to match paths like `D:/a/re2c/re2c/install-2` against theit unix-like form of `/d/a/re2c/re2c/install-2` I suspect that `pwd` returns us the second form while `${{ github.workspace }}` might keep an original form.
- Loading branch information