Skip to content

Commit 815c390

Browse files
committed
fix: mistake copy item in windows release script
1 parent a38d82d commit 815c390

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
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{runner.os}}-bazel-cache
3535
- uses: actions/checkout@v3
3636
- 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'
37+
- run: 'Copy-Item .\bazel-bin\ecsact_lsp_server.exe -Destination .\ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
3838
- run: 'gh release upload ${{ github.ref_name }} ./ecsact_lsp_server_${{ github.ref_name }}_windows_x64.exe'
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)