graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
195 stars 28 forks source link

The graalvm dev last version error #37

Closed 94fzb closed 1 year ago

94fzb commented 1 year ago

The action.yml

        with:
          version: 'dev'
          java-version: '20'
          components: 'native-image'
          cache: 'maven'
          github-token: ${{ secrets.GITHUB_TOKEN }}
          native-image-job-reports: 'true'

Could not find GraalVM dev build for Java 20. It may no longer be available, so please consider upgrading the Java version. If you think this is a mistake,

I guest, the dev version error, because the build file name has changed

[graalvm-ce-java20-linux-amd64-dev.tar.gz] -> [graalvm-community-java20-linux-amd64-dev.tar.gz]

The ce change to community

https://github.com/graalvm/graalvm-ce-dev-builds/releases/

fniephaus commented 1 year ago

Thanks for reporting. This is fixed via https://github.com/graalvm/setup-graalvm/commit/c8fdb59e88a6e4457ed1179826528ddb563b3afd.