From 0f4d26160fadf513bdfc7166230c5751955296f3 Mon Sep 17 00:00:00 2001 From: June Rhodes Date: Wed, 25 Dec 2024 11:59:49 +1100 Subject: [PATCH] Update release description to link to Linux binaries (#110) --- .github/workflows/uet.yml | 2 +- .../CreateGitHubRelease/DefaultReleaseUploader.cs | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/uet.yml b/.github/workflows/uet.yml index c0b60fe1..f5fb5453 100644 --- a/.github/workflows/uet.yml +++ b/.github/workflows/uet.yml @@ -791,7 +791,7 @@ jobs: --file "uefs-daemon=UEFS Daemon for macOS=UET/Redpoint.Uefs.Daemon/bin/Release/${{ env.UET_FRAMEWORK_TARGET }}/osx-arm64/publish/uefs-daemon" ` --file "uet.shim=UET Shim for macOS=UET/uet.shim/bin/Release/${{ env.UET_FRAMEWORK_TARGET }}/osx-arm64/publish/uet" ` --file "uet.linux=UET for Linux=UET/uet/bin/Release/${{ env.UET_FRAMEWORK_TARGET }}/linux-x64/publish/uet" ` - --file "uet.linux.shim=UET Shim for Linux=UET/uet.shim/bin/Release/${{ env.UET_FRAMEWORK_TARGET }}/linux-x64/publish/uet" ` + --file "uet.shim.linux=UET Shim for Linux=UET/uet.shim/bin/Release/${{ env.UET_FRAMEWORK_TARGET }}/linux-x64/publish/uet" ` --file "package.version=Version File=package.version" if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE } diff --git a/UET/uet/Commands/Internal/CreateGitHubRelease/DefaultReleaseUploader.cs b/UET/uet/Commands/Internal/CreateGitHubRelease/DefaultReleaseUploader.cs index 4f567d16..80e300ef 100644 --- a/UET/uet/Commands/Internal/CreateGitHubRelease/DefaultReleaseUploader.cs +++ b/UET/uet/Commands/Internal/CreateGitHubRelease/DefaultReleaseUploader.cs @@ -70,9 +70,10 @@ public async Task CreateVersionReleaseAsync(InvocationContext context, string ve To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform: - **[UET for Windows](https://github.com/RedpointGames/uet/releases/latest/download/uet.exe)**, or - - **[UET for macOS](https://github.com/RedpointGames/uet/releases/latest/download/uet)**. + - **[UET for macOS](https://github.com/RedpointGames/uet/releases/latest/download/uet)**, or + - **[UET for Linux](https://github.com/RedpointGames/uet/releases/latest/download/uet.linux)**. - The other files in this release are exist so they can be fetched on-demand by UET. + The other files in this release exist so they can be fetched on-demand by UET. ## Download links for CI/CD, scripting and automation @@ -81,12 +82,14 @@ The other files in this release are exist so they can be fetched on-demand by UE ```bash # Tiny shim executables that download and cache the latest release on-demand, suitable for # always downloading at the start of CI/CD scripts. - https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe - https://github.com/RedpointGames/uet/releases/latest/download/uet.shim + https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe # Windows + https://github.com/RedpointGames/uet/releases/latest/download/uet.shim # macOS + https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux # Linux # The latest full release executables, which might be much larger. - https://github.com/RedpointGames/uet/releases/latest/download/uet.exe - https://github.com/RedpointGames/uet/releases/latest/download/uet + https://github.com/RedpointGames/uet/releases/latest/download/uet.exe # Windows + https://github.com/RedpointGames/uet/releases/latest/download/uet # macOS + https://github.com/RedpointGames/uet/releases/latest/download/uet.linux # Linux ``` ## Installing/upgrading UET and adding it to your PATH