diff --git a/content/funkwhale-120-release.md b/content/funkwhale-120-release.md index 309037ee7b5220e922cfd7dc1bfe914d619f7032..cd31ab4ec88084e314611b73bacade2821b37f05 100644 --- a/content/funkwhale-120-release.md +++ b/content/funkwhale-120-release.md @@ -13,10 +13,10 @@ Funkwhale 1.2.0 marks a huge release with a lot of changes across the project. A ### Important instructions for non-Docker deployments -Due to an issue in the publishing pipeline, the 1.2.0 build has no artifacts associated with it. If you are updating or installing a **non-Docker deployment**, you need to replace the `$FUNKWHALE_VERSION` placeholder in the static file and API artifact download steps with `81069`. +Due to an issue in the publishing pipeline, the 1.2.0 build has no artifacts associated with it. If you are updating or installing a **non-Docker deployment**, you need to replace the `$FUNKWHALE_VERSION` placeholder in the static file and API artifact download steps with `81069` and `81072` respectively. -- `https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/81069/download?job=build_front` -- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/81069/download?job=build_api` +- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81069/artifacts/download` – Frontend +- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81072/artifacts/download` – API This will be fixed in an upcoming bugfix release 🙏