This pr adds the ability to get the download URL for the version.json file directly from the actions output. The URL is available for both, the current release and the current snapshot.
outputs.version-current-release-url
outputs.version-current-snapshot-url
Because In my case I only need the current versions URL, it is not available for the previous versions. However it is as easy to include the URL (and other version data fields btw) for the previous version.
This pr adds the ability to get the download URL for the version.json file directly from the actions output. The URL is available for both, the current release and the current snapshot.
outputs.version-current-release-url
outputs.version-current-snapshot-url
Because In my case I only need the current versions URL, it is not available for the previous versions. However it is as easy to include the URL (and other version data fields btw) for the previous version.
Also: view updated README file: https://github.com/Kesuaheli/minecraft-manifest/blob/6737ee28048fc66173370a3c79b303452c47f495/README.md