From 8dbf49ae52bcfb6c50248148836df27cdfc51980 Mon Sep 17 00:00:00 2001 From: Vova Date: Thu, 27 Feb 2025 19:52:52 +1000 Subject: [PATCH] update 3 --- .github/workflows/canary.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 8f6010ddc..2ec82b776 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -24,6 +24,8 @@ env: RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Goodfeat" RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO: "Ryujinx_alt" RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "Ruy-Nightly-Canary" + RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_OWNER: "Ryubing" + RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_SOURCE_REPO: "Ryujinx" RELEASE: 1 jobs: @@ -56,8 +58,9 @@ jobs: tag: ${{ steps.version_info.outputs.build_version }} body: | # Nightly Canary builds: - - These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ github.repository }}/releases/latest) instead if that sounds like something you don't want to deal with. + + These builds are intended for testing new features. They may be fully functional or partially broken. + Use [GreemDev build](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_REPO }}/releases/latest) instead if that sounds like something you don't want to deal with. | Platform | Artifact | |--|--| @@ -183,7 +186,8 @@ jobs: body: | # Nightly Canary builds: - These builds are experimental and may sometimes not work, use [regular builds](https://github.com/${{ github.repository }}/releases/latest) instead if that sounds like something you don't want to deal with. + These builds are intended for testing new features. They may be fully functional or partially broken. + Use [GreemDev build](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_ORIG_CHANNEL_REPO }}/releases/latest) instead if that sounds like something you don't want to deal with. | Platform | Artifact | |--|--|