mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
add nightly links (#305)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user