Skip to content

Commit a4e2352

Browse files
committed
ci(build): use default output name
1 parent b45a4f1 commit a4e2352

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@ runs:
1818
path: /home/runner/go/bin
1919
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
2020
- shell: bash
21-
if: inputs.goos == 'linux'
22-
run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build -o llm-language-server ./main.go
23-
- shell: pwsh
24-
if: inputs.goos == 'windows'
25-
run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build -o llm-language-server.exe ./main.go
26-
- shell: bash
27-
if: inputs.goos == 'darwin'
28-
run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build -o llm-language-server ./main.go
21+
run: GOOS=${{ inputs.goos }} GOARCH=${{ inputs.goarch }} go build

0 commit comments

Comments
 (0)