save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

ci: Properly use cross-compiplation in release workflow

Open petertrr opened this issue 4 years ago • 0 comments

Since Kotlin 1.6.0, mingw target is compiled on all three agents. This leads to duplication and errors. We should either filter out mingw on Linux and MacOS, or fully embrace cross-compilation and release all three artifacts from MacOS alone.

petertrr avatar Dec 20 '21 08:12 petertrr