diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 938ab9b2f7..661f1b5c23 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,7 +60,8 @@ jobs: if: matrix.mode == 'Release' run: | cd .\ui\web - .\node_modules\elm\binwrappers\elm-make --yes src\Main.elm --output elm.js + move .\node_modules\elm\binwrappers\elm-make .\elm-make + elm-make --yes src\Main.elm --output elm.js Remove-Item -Recurse -Force .\node_modules - name: Create Distribution