From 1bdb4a29ac82411c5e911e9305f2d891b2eec44c Mon Sep 17 00:00:00 2001 From: Archez Date: Sat, 11 May 2024 18:31:14 -0400 Subject: [PATCH] add nightly links (#305) --- .github/workflows/pr-artifacts.yml | 2 +- README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-artifacts.yml b/.github/workflows/pr-artifacts.yml index 43b985b5d..de88d6d4e 100644 --- a/.github/workflows/pr-artifacts.yml +++ b/.github/workflows/pr-artifacts.yml @@ -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' diff --git a/README.md b/README.md index 73c1394ab..9782ff1e9 100644 --- a/README.md +++ b/README.md @@ -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.)_ \ No newline at end of file +* [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)