Skip to content

Build hook: issue with extract_items when target_path is in a subfolder #11

@benoit74

Description

@benoit74

When the extract_items action is configured with a target_path is in a subfolder, the subfolder is not created and the action fails.

Sample failing configuration below.

[files.assets.actions."bootstrap"]
action="extract_items"
source="https://github.com/twbs/bootstrap/releases/download/v5.0.0-beta2/bootstrap-5.0.0-beta2-dist.zip"
zip_paths=[
    "bootstrap-5.0.0-beta2-dist/css/bootstrap.min.css",
]
target_paths=[
    "bootstrap/bootstrap.min.css",
]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions