You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the create-score-version github action, line 85, is currently copying contents from the files directory to downloadable folder on S3. This is happening on all builds. This should only happen when the target version is beta.
There are some curl commands that check the existence of downloadable files, which may not be needed any more.
To Reproduce
Steps to reproduce the behavior:
When create-score-version is run, it will write the contents of files to the S3 downloadable folder
Expected behavior
The expected behavior is for this to only occur when the target version is beta.
Ideally, we may want to create a specific folder for the beta files. This would allow for other versions in the future.
The text was updated successfully, but these errors were encountered:
Describe the bug
files
directory todownloadable
folder on S3. This is happening on all builds. This should only happen when the target version isbeta
.downloadable
files, which may not be needed any more.To Reproduce
Steps to reproduce the behavior:
create-score-version
is run, it will write the contents offiles
to the S3downloadable
folderExpected behavior
The expected behavior is for this to only occur when the target version is
beta
.Ideally, we may want to create a specific folder for the beta files. This would allow for other versions in the future.
The text was updated successfully, but these errors were encountered: