Hi. I have few targets, which build kexe and jar, ...
# multiplatform
g
Hi. I have few targets, which build kexe and jar, then I want to reference those files in Github Actions. THe problem is that all artifacts have different paths. ShadowJar created .jar file in
./build/libs
,
linkReleaseExecutableLinuxX64
created file in
build/bin/linuxX86/releaseExecutable/someFileName.kexe
, I have not added Android but probably it will add .apk file in some completely different place. Also those file names change based on build variants. So how do you guys handle this on CI/CD? there might be a need to add some build flavor or another target, wich might break whats already working... Currently I want to build an executable for Linux, MacOS and JVM. then release them to Github Releases, but it feels wrong to manually specify exact paths