We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Fixed in #12538
Sorry, something went wrong.
rtibbles
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: