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
Fix chocolatey-test when used in stable releases (scala#22415)
Release scripts were previously failing in `test-chocolatey`. These were
using incorrect layout assuming that we're downloading jar from GH
Actions.
```pwsh
if ($env:DOTTY_CI_INSTALLATION) {
```
would now be evaluated as empty string which for if-condition would be
evaluated as `false`.
0 commit comments