Closed rtibbles closed 3 months ago
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
-d
This means they are uploaded to the wrong path in the subsequent step.
Preserve the subfolder structure inside the static folder on unzipping.
static
Means we have to manually upload these files. Boo!
Fixed in #12538
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:20This 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!