lbl-srg/funnel

Fix syntax for PowerShell

Closed this issue · 0 comments

The following commands cannot be interpreted by PowerShell on Windows.

git diff-index --quiet HEAD || { git commit -m "Add ${{ matrix.os }} binaries" && git pull && git push; }

This ticket is to introduce a syntax supported by PowerShell.