Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestLocalToolchain jobs for release push (#3131)
Upon pushing a release tag, we use the numeric version instead of "latest", which made `kani-latest` a non-existent folder. See https://github.com/model-checking/kani/actions/runs/8574249138 for such an example. Use the `version` variable instead, which will be set to "latest" or the numeric version as appropriate.
- Loading branch information