Skip to content

Commit 956ec30

Browse files
committed
Rename linux release to include x86_64 in artifact name
Closes #1151
1 parent 6db0f31 commit 956ec30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
code-target: [win32-x64, win32-arm64]
7272
crash-reporting: true
7373
- os: ubuntu-22.04
74-
artifact-name: luau-lsp-linux
74+
artifact-name: luau-lsp-linux-x86_64
7575
code-target: [linux-x64]
7676
crash-reporting: false
7777
- os: ubuntu-22.04-arm

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Changed
1010

1111
- Sync to upstream Luau 0.683
12+
- The release artifact for Linux x86_64 is renamed from `luau-lsp-linux.zip` to `luau-lsp-linux-x86_64.zip`
1213

1314
## [1.52.1] - 2025-07-12
1415

@@ -1379,6 +1380,7 @@ local y = tbl.data -- Should give "This is some special information"
13791380
### Added
13801381

13811382
- Added configuration options to enable certain Language Server features. By default, they are all enabled:
1383+
13821384
- `luau-lsp.completion.enabled`: Autocomplete
13831385
- `luau-lsp.hover.enabled`: Hover
13841386
- `luau-lsp.signatureHelp.enabled`: Signature Help

0 commit comments

Comments
 (0)