osu/.github/workflows
Dan Balasescu 9681e3ac46
Overwrite downloaded data packages
In https://github.com/ppy/osu/actions/runs/11311858931/job/31458581002, I cancelled the run during the download from `data.ppy.sh`.

In https://github.com/ppy/osu/actions/runs/11313128285/job/31461534857, `wget` skipped downloading the file due to the `-nc` option (no-clobber), i.e.: if the file exists, don't re-download.

The only way I'm aware of to resolve this with wget is to either use `-c` (continue), which may lead to broken files, or to explicitly specify the output file via `-O`. Thought I'd clean up a few pieces in the process.

Why not curl? Mostly historical - some distros don't come with curl. It may be okay now but there's probably no point changing this at the moment...
2024-10-13 18:43:02 +09:00
..
ci.yml Rollback iOS workload to last known working version 2024-10-05 23:00:04 +09:00
diffcalc.yml Overwrite downloaded data packages 2024-10-13 18:43:02 +09:00
report-nunit.yml Update github actions to resolve most node deprecation warnings 2024-02-22 17:18:10 +01:00
sentry-release.yml Update github actions to resolve most node deprecation warnings 2024-02-22 17:18:10 +01:00
update-web-mod-definitions.yml Update github actions to resolve most node deprecation warnings 2024-02-22 17:18:10 +01:00