Skip to content

Incorrect folder structure in bootstrap-icons-1.13.1.zip release archive #2211

@huangsen365

Description

@huangsen365

Hi team,

I noticed that the ZIP file for version v1.13.1 appears to have an unexpected folder structure.

After downloading from:
👉 https://github.com/twbs/icons/releases/download/v1.13.1/bootstrap-icons-1.13.1.zip

I ran:

unzip -l bootstrap-icons-1.13.1.zip | grep css

and got:

     2757  2025-05-10 06:58   bootstrap-icons-1.13.1/filetype-scss.svg
    99556  2025-05-10 06:58   bootstrap-icons-1.13.1/bootstrap-icons.css
    58496  2025-05-10 06:58   bootstrap-icons-1.13.1/bootstrap-icons.scss
    87008  2025-05-10 06:58   bootstrap-icons-1.13.1/bootstrap-icons.min.css
     1552  2025-05-10 06:58   bootstrap-icons-1.13.1/css.svg
     2093  2025-05-10 06:58   bootstrap-icons-1.13.1/filetype-css.svg

However, according to the repository structure on
👉 https://github.com/twbs/icons/tree/main/font

the bootstrap-icons.css, bootstrap-icons.min.css, and bootstrap-icons.scss files should normally be under the font/ directory.

This suggests that the v1.13.1 ZIP archive might not have been packaged correctly, as the CSS and SCSS files are placed at the root instead of within the font/ subdirectory.

Steps to reproduce:

  1. Download the ZIP file from the v1.13.1 release link above.
  2. Unzip and inspect the folder structure.
  3. Observe that CSS/SCSS files are located directly under bootstrap-icons-1.13.1/, not under font/.

Expected behavior:
The CSS and SCSS files should be inside bootstrap-icons-1.13.1/font/, consistent with the repository layout and previous releases.

Environment:

  • Release: v1.13.1
  • OS: (Ubuntu / macOS / Windows)
  • Command-line unzip utility

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions