Skip to content

Commit

Permalink
Update release description to link to Linux binaries (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que authored Dec 25, 2024
1 parent 2e3e7dd commit 0f4d261
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f4d261

Please sign in to comment.