diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-05-11 18:31:14 -0400 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:05:04 -0500 |
| commit | 1bdb4a29ac82411c5e911e9305f2d891b2eec44c (patch) | |
| tree | 3268967fc88130695d667ca4edf9275e40e08f24 /.github | |
| parent | 1eb665bd28749a04feb1f91ec463b1bf6c08e328 (diff) | |
add nightly links (#305)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pr-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 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' |
