learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
808 stars 682 forks source link

Upload of content/static assets fails to preserve h5p and hashi subfolders #12515

Closed rtibbles closed 3 months ago

rtibbles commented 3 months ago

Observed behavior

The use of the -d option I think is the cause of this, where the unzipped files do not preserve their subfolders: https://github.com/learningequality/kolibri/actions/runs/10203588223/job/28230615971#step:7:20

This means they are uploaded to the wrong path in the subsequent step.

Expected behavior

Preserve the subfolder structure inside the static folder on unzipping.

User-facing consequences

Means we have to manually upload these files. Boo!

rtibbles commented 3 months ago

Fixed in #12538