|
@@ -54,7 +54,19 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
name: "Canary ${{ steps.version_info.outputs.build_version }}"
|
|
name: "Canary ${{ steps.version_info.outputs.build_version }}"
|
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
|
- body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}"
|
|
|
|
|
|
|
+ body: |
|
|
|
|
|
+ # 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.
|
|
|
|
|
+
|
|
|
|
|
+ | Platform | Artifact |
|
|
|
|
|
+ |--|--|
|
|
|
|
|
+ | Windows 64 bit | [Canary Windows Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-win_x64.zip) |
|
|
|
|
|
+ | Linux 64 bit | [Canary Linux Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz) |
|
|
|
|
|
+ | Linux arm 64 bit | [Canary Linux arm Artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz) |
|
|
|
|
|
+ | macOS | [Canary macOS artifact](https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz) |
|
|
|
|
|
+
|
|
|
|
|
+ **Full Changelog**: https://github.com/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}/${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}
|
|
|
omitBodyDuringUpdate: true
|
|
omitBodyDuringUpdate: true
|
|
|
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
|
|
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
|
|
|
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
|
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
|
@@ -181,7 +193,19 @@ jobs:
|
|
|
artifacts: "release_output/*.tar.gz,release_output/*.zip"
|
|
artifacts: "release_output/*.tar.gz,release_output/*.zip"
|
|
|
#artifacts: "release_output/*.tar.gz,release_output/*.zip/*AppImage*"
|
|
#artifacts: "release_output/*.tar.gz,release_output/*.zip/*AppImage*"
|
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
|
- body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}"
|
|
|
|
|
|
|
+ body: |
|
|
|
|
|
+ # Canary builds:
|
|
|
|
|
+
|
|
|
|
|
+ These builds are experimental and may sometimes not work, use [regular builds](https://github.com/GreemDev/Ryujinx/releases/latest) instead if that sounds like something you don't want to deal with.
|
|
|
|
|
+
|
|
|
|
|
+ | Platform | Artifact |
|
|
|
|
|
+ |--|--|
|
|
|
|
|
+ | Windows 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-win_x64.zip |
|
|
|
|
|
+ | Linux 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz |
|
|
|
|
|
+ | Linux arm 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz |
|
|
|
|
|
+ | Macos | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz |
|
|
|
|
|
+
|
|
|
|
|
+ "**Full Changelog**: https://github.com/${{ github.repository }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}"
|
|
|
omitBodyDuringUpdate: true
|
|
omitBodyDuringUpdate: true
|
|
|
allowUpdates: true
|
|
allowUpdates: true
|
|
|
replacesArtifacts: true
|
|
replacesArtifacts: true
|
|
@@ -248,7 +272,19 @@ jobs:
|
|
|
name: "Canary ${{ steps.version_info.outputs.build_version }}"
|
|
name: "Canary ${{ steps.version_info.outputs.build_version }}"
|
|
|
artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz"
|
|
artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz"
|
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
tag: ${{ steps.version_info.outputs.build_version }}
|
|
|
- body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}"
|
|
|
|
|
|
|
+ body: |
|
|
|
|
|
+ # Canary builds:
|
|
|
|
|
+
|
|
|
|
|
+ These builds are experimental and may sometimes not work, use [regular builds](https://github.com/GreemDev/Ryujinx/releases/latest) instead if that sounds like something you don't want to deal with.
|
|
|
|
|
+
|
|
|
|
|
+ | Platform | Artifact |
|
|
|
|
|
+ |--|--|
|
|
|
|
|
+ | Windows 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-win_x64.zip |
|
|
|
|
|
+ | Linux 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_x64.tar.gz |
|
|
|
|
|
+ | Linux arm 64 bit | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-linux_arm64.tar.gz |
|
|
|
|
|
+ | Macos | https://github.com/${{ github.repository }}/releases/download/${{ steps.version_info.outputs.build_version }}/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-macos_universal.app.tar.gz |
|
|
|
|
|
+
|
|
|
|
|
+ "**Full Changelog**: https://github.com/${{ github.repository }}/compare/Canary-${{ steps.version_info.outputs.prev_build_version }}...Canary-${{ steps.version_info.outputs.build_version }}"
|
|
|
omitBodyDuringUpdate: true
|
|
omitBodyDuringUpdate: true
|
|
|
allowUpdates: true
|
|
allowUpdates: true
|
|
|
replacesArtifacts: true
|
|
replacesArtifacts: true
|