add nightly links (#305)

This commit is contained in:
Archez
2024-05-22 09:05:04 -05:00
committed by Garrett Cox
parent 1eb665bd28
commit 1bdb4a29ac
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
return allArtifacts.data.artifacts.reduce((acc, item) => {
if (item.name === "assets") return acc;
acc += `
- [${item.name}.zip](https://nightly.link/${context.repo.owner}/${context.repo.repo}/actions/artifacts/${item.id}.zip)`;
- [${item.name}.zip](https://nightly.link/${context.repo.owner}/${context.repo.repo}/actions/artifacts/${item.id}.zip?h=20a00267c7ffeb2eb80ab31f356f2ba5f120f43c)`;
return acc;
}, '### Build Artifacts');
- id: 'add-to-pr'
+2 -4
View File
@@ -3,7 +3,5 @@
### 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/2ship2harkinian/workflows/generate-builds/develop/2ship-windows.zip)
* [macOS](https://nightly.link/HarbourMasters/2ship2harkinian/workflows/generate-builds/develop/2ship-mac.zip)
* [Linux (performance)](https://nightly.link/HarbourMasters/2ship2harkinian/workflows/generate-builds/develop/2ship-linux-performance.zip) _(requires `glibc 2.35` or newer, but will be more performant than the compatibility build.)_
* [Linux (compatibility)](https://nightly.link/HarbourMasters/2ship2harkinian/workflows/generate-builds/develop/2ship-linux-compatibility.zip) _(compatible with most Linux distributions, but may not be as performant as the performance build.)_
* [Windows](https://nightly.link/HarbourMasters/2ship2harkinian/workflows/main/develop/2ship-windows.zip?h=20a00267c7ffeb2eb80ab31f356f2ba5f120f43c)
* [Linux](https://nightly.link/HarbourMasters/2ship2harkinian/workflows/main/develop/2ship-linux.zip?h=20a00267c7ffeb2eb80ab31f356f2ba5f120f43c)