Skip to content

Published artifacts are not zips #4274

@nicholasphair

Description

@nicholasphair

CloudFormation Lint Version

N/A

What operating system are you using?

Ubuntu, Mac

Describe the bug

When investigating #4273 I also noticed the published artifacts schemas-cfnlint.zip and schemas-draft7.zip are not .zip but .tar.gz.

$ curl -sL https://github.com/aws-cloudformation/cfn-lint/releases/download/v1.40.3/schemas-draft7.zip   | head -c 4 | xxd -p | awk '
    /^504b0304/ {print "zip"; exit}
    /^1f8b08/   {print "gzip"; exit}
    {print "other"}'
gzip

Expected behavior

N/A

Reproduction template

N/A.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions