Skip to content

Commit 0c629ec

Browse files
committed
fix the release action
1 parent 5ca73c6 commit 0c629ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build ${{ matrix.binary_target }}
1111
runs-on: ${{ matrix.os }}
1212
env:
13-
BINARY_NAME: bundlerepo
13+
BINARY_NAME: lsp
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)