Currently, using github actions I am downloading jdk using sdkman api and once downloaded a output is set which is sent to the next action, in this case is setup-java but I am getting no such file or directory, stat when the file is indeed present. You can find a build example here
Currently the filename is amazon-corretto-11.0.8.10.1-macosx-x64.tar.gz but if it is renamed to java-corretto.tar.gz then setup-java can find it.
Currently, using github actions I am downloading jdk using sdkman api and once downloaded a output is set which is sent to the next action, in this case is
setup-javabut I am gettingno such file or directory, statwhen the file is indeed present. You can find a build example hereCurrently the filename is
amazon-corretto-11.0.8.10.1-macosx-x64.tar.gzbut if it is renamed tojava-corretto.tar.gzthensetup-javacan find it.