What Is The Bug?
When running the package command targeting linux, no artifact is created. This applies to both gm-cli and GitHub workflow actions. The output suggests that there is no PackageZip command for linux, but rather a Package command.
Expected Change
No response
Steps To Reproduce
- Run command
gm-cli package --target linux
- Output reads
[IGOR] Unknown command: "PackageZip" for platform linux, possible commands are...
The list of possible commands doesn't contain PackageZip, but Package is present.
How reliably can you recreate this issue using your steps above?
Always
What Is The Bug?
When running the package command targeting linux, no artifact is created. This applies to both gm-cli and GitHub workflow actions. The output suggests that there is no
PackageZipcommand for linux, but rather aPackagecommand.Expected Change
No response
Steps To Reproduce
gm-cli package --target linux[IGOR] Unknown command: "PackageZip" for platform linux, possible commands are...The list of possible commands doesn't contain
PackageZip, butPackageis present.How reliably can you recreate this issue using your steps above?
Always