From 4575407907100e667cea1e1b31b6c1e36068d997 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Mon, 30 Jun 2025 16:31:01 -0700 Subject: [PATCH] Fix nightly links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea1ad76a2..39a6403a2 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ If you want to manually compile SoH, please consult the [building instructions]( ### Playtesting If you want to playtest a continuous integration build, you can find them at the links below. Keep in mind that these are for playtesting only, and you will likely encounter bugs and possibly crashes. -* [Windows](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-windows.zip) -* [macOS](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-mac.zip) -* [Linux](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-linux.zip) +* [Windows](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-windows.zip?status=completed) +* [macOS](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-mac.zip?status=completed) +* [Linux](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-linux.zip?status=completed) ### Further Reading More detailed documentation can be found in the 'docs' directory, including the aforementioned [building instructions](docs/BUILDING.md).