Skip to content

Commit 5bf63bf

Browse files
authored
Merge pull request #7 from qualified/fix-typo
Fix typo in upload_musl
2 parents 3f8fac9 + ad59a98 commit 5bf63bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
9090
upload_url: ${{ github.event.release.upload_url }}
91-
asset_path: taget/${{ env.TARGET }}/release/lsp-ws-proxy.tar.gz
91+
asset_path: target/${{ env.TARGET }}/release/lsp-ws-proxy.tar.gz
9292
asset_name: lsp-ws-proxy_linux-musl.tar.gz
9393
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)