adoptium / jmc-build

Contains the Adoptium specific source code overrides and build pipeline script for the Java Mission Control project.
Apache License 2.0
22 stars 9 forks source link

Artifact names no longer include versions #67

Closed jiekang closed 5 months ago

jiekang commented 5 months ago

Since 9.0.0 SNAPSHOT and 9.0.0, the tarballs no longer have versions:

8.3.0: org.openjdk.jmc-8.3.0-linux.gtk.x86_64.tar.gz

9.0.0-SNAPSHOT: org.openjdk.jmc-linux.gtk.x86_64.tar.gz

9.0.0: org.openjdk.jmc-linux.gtk.x86_64.tar.gz

This is slightly annoying as after downloading, you do not know what version the tarball is without more examination, and the names can collide.

jiekang commented 5 months ago

Possibly introduced in https://github.com/adoptium/jmc-build/commit/cb7a1963df4e8f4231a07161e7843a7f95447e67

reinhapa commented 5 months ago

@gdams any way to set the version again using the replaced githib action?

jiekang commented 5 months ago

Oh neat! Thank you @gdams!