I have a very very simple Kotlin/JVM multi module....
# community-support
p
I have a very very simple Kotlin/JVM multi module. When I build the project, all jars (jar, javadoc, sourceJar) will be created, but when I run
publishToGitHubPackages
, the files are published, but for some strange reasons not found by the GitHub runner locally on disk . And I don't understand why not because they need to be exist on disk to publish them. https://github.com/hfhbd/adventOfCode and https://scans.gradle.com/s/ijateybf2ofdw
1
This is the error message: '/home/runner/work/adventOfCode/adventOfCode/day1/build/libs/day1.jar': No such file or directory
Okay, got it... The files also includes the version number.