update Files and the zip - #3
Conversation
|
But we can also use the raw link version like: 🤷🏻 So there might be no need to create a Release. |
|
Why is every file getting touched? The 0 prefix on the folders is to keep project files sorted when viewing them. I understand Shimon's argument that this is confusing to students, but I have not had that same experience when teaching the course (albeit I haven't taught it as much as Shimon). If that is necessary, do the change in a way that preserves git history, as moves rather than as adds and deletes. Finally, do not store .zip files in git repositories. Use GitHub actions to create the zip file when preparing a new release. There's should be two PRs- one to rename folders (if necessary, I really do think it's a degradation to remove the leading numeric prefix), and one to add the GitHub action to create the zip file. |
Shimon asked me to update the project repository with the latest files.
He also asked me to upload the ZIP file and use that ZIP in GitHub as the official download link for the projects folder.
Personally, I think we should use GitHub Releases, as they provide easier access for downloading the folder. (Also as zip)