We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38d82d commit 815c390Copy full SHA for 815c390
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
key: ${{runner.os}}-bazel-cache
35
- uses: actions/checkout@v3
36
- run: 'bazel build --config=ci //:ecsact_lsp_server'
37
- - run: 'Copy-Item .\bazel-bin\ecsact_lsp_server -Destination .\ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
+ - run: 'Copy-Item .\bazel-bin\ecsact_lsp_server.exe -Destination .\ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
38
- run: 'gh release upload ${{ github.ref_name }} ./ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments