pub const ARTIFACT_FILENAME: &'static str;
Expand description

The human readable file name of the artifact, typically generated during build and release processes. Often includes the package name and version in the file name.

This file name can also act as the Package Name in cases where the package ecosystem maps accordingly. Additionally, the artifact can be published for others, but that is not a guarantee.

ยงExamples

  • golang-binary-amd64-v0.1.0
  • docker-image-amd64-v0.1.0
  • release-1.tar.gz
  • file-name-package.tar.gz