kikermo
12/03/2023, 10:04 AMTargetFormat._Deb_
and the command being :myapp:packageReleaseDeb
ThanksMichael Paus
12/03/2023, 11:14 AM./gradlew packageReleaseDeb
works for me and the result should be located in
desktopApp/build/compose/binaries/main-release/deb
These lines where taken directly from my working GitHub action config .yml file.kikermo
12/03/2023, 11:54 AMdeb
directory wan't created. dmg
directory was created if I run packageReleaseDmg
task
Just to rule out, are you using Linux for development or MacOS?Michael Paus
12/03/2023, 3:02 PMpackageReleaseDeb
is only supported on a Linux machine. You cannot cross build.kikermo
12/03/2023, 3:06 PMOliver.O
12/03/2023, 3:13 PMkikermo
12/03/2023, 4:52 PM